aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-19 05:57:49 +0000
committerGravatar GitHub <[email protected]>2023-07-19 05:57:49 +0000
commit68c1c323eec691ced90b05e6a54ecf746d6ecaea (patch)
treea029499accb6186c59963ca0a9f22172089b85ef /pyproject.toml
parentUpdate cryptography to fix security advisory (#1049) (diff)
Bump pyjwt from 2.7.0 to 2.8.0
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.7.0...2.8.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
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"