aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-02 05:07:31 +0000
committerGravatar GitHub <[email protected]>2024-08-02 05:07:31 +0000
commit58167d215a93297b6d5671a49171d760840cf4d2 (patch)
tree134c3e1f8f589117b0f1fc69798d1645ed90604a /pyproject.toml
parentMerge pull request #1372 from python-discord/dependabot/pip/sentry-sdk-2.12.0 (diff)
Bump pyjwt from 2.8.0 to 2.9.0
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.8.0 to 2.9.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.8.0...2.9.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 0a28945b..90fb72c5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,7 @@ djangorestframework = "3.14.0"
gunicorn = "22.0.0"
httpx = "0.27.0"
markdown = "3.6"
-PyJWT = {version = "2.8.0", extras = ["crypto"]}
+PyJWT = {version = "2.9.0", extras = ["crypto"]}
pymdown-extensions = "10.8.1"
python-frontmatter = "1.1.0"
pyyaml = "6.0.1"