aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar jchristgit <[email protected]>2023-07-19 09:51:58 +0200
committerGravatar GitHub <[email protected]>2023-07-19 09:51:58 +0200
commitc13d5a7c2608dcac4286cddb2f8978c21060e021 (patch)
treea029499accb6186c59963ca0a9f22172089b85ef /pyproject.toml
parentUpdate cryptography to fix security advisory (#1049) (diff)
parentBump pyjwt from 2.7.0 to 2.8.0 (diff)
Merge pull request #1050 from python-discord/dependabot/pip/pyjwt-2.8.0
Bump pyjwt from 2.7.0 to 2.8.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b2ccfe53..7dc98cd2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,7 @@ djangorestframework = "3.14.0"
gunicorn = "21.1.0"
httpx = "0.24.1"
markdown = "3.4.3"
-PyJWT = {version = "2.7.0", extras = ["crypto"]}
+PyJWT = {version = "2.8.0", extras = ["crypto"]}
pymdown-extensions = "10.1"
python-frontmatter = "1.0.0"
pyyaml = "6.0.1"