diff options
author | 2021-04-28 07:37:47 +0000 | |
---|---|---|
committer | 2021-04-28 07:37:47 +0000 | |
commit | 323ffe501413a2d6eb33f9963114771748f93f7c (patch) | |
tree | 15b56540a514221a0ec6d4e90b4b99b4f111e841 /Pipfile | |
parent | Merge pull request #443 from kunal097/limit-infraction-result (diff) |
Bump pygments from 2.3.1 to 2.7.4 (#469)
Bumps [pygments](https://github.com/pygments/pygments) from 2.3.1 to 2.7.4.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.3.1...2.7.4)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ psycopg2-binary = "~=2.8" django-simple-bulma = "~=1.2" whitenoise = "~=5.0" requests = "~=2.21" -pygments = "~=2.3.1" +pygments = "~=2.7.4" wiki = "~=0.6.0" pyyaml = "~=5.1" gunicorn = "~=20.0.4" |