aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-28 07:37:47 +0000
committerGravatar GitHub <[email protected]>2021-04-28 07:37:47 +0000
commit323ffe501413a2d6eb33f9963114771748f93f7c (patch)
tree15b56540a514221a0ec6d4e90b4b99b4f111e841 /Pipfile
parentMerge 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--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index dfcfa48e..f5993078 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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"