aboutsummaryrefslogtreecommitdiffstats
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
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]>
-rw-r--r--poetry.lock14
-rw-r--r--pyproject.toml2
2 files changed, 8 insertions, 8 deletions
diff --git a/poetry.lock b/poetry.lock
index 3fa080bf..7fb76d0d 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -833,13 +833,13 @@ files = [
[[package]]
name = "pyjwt"
-version = "2.8.0"
+version = "2.9.0"
description = "JSON Web Token implementation in Python"
optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.8"
files = [
- {file = "PyJWT-2.8.0-py3-none-any.whl", hash = "sha256:59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320"},
- {file = "PyJWT-2.8.0.tar.gz", hash = "sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de"},
+ {file = "PyJWT-2.9.0-py3-none-any.whl", hash = "sha256:3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850"},
+ {file = "pyjwt-2.9.0.tar.gz", hash = "sha256:7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c"},
]
[package.dependencies]
@@ -847,8 +847,8 @@ cryptography = {version = ">=3.4.0", optional = true, markers = "extra == \"cryp
[package.extras]
crypto = ["cryptography (>=3.4.0)"]
-dev = ["coverage[toml] (==5.0.4)", "cryptography (>=3.4.0)", "pre-commit", "pytest (>=6.0.0,<7.0.0)", "sphinx (>=4.5.0,<5.0.0)", "sphinx-rtd-theme", "zope.interface"]
-docs = ["sphinx (>=4.5.0,<5.0.0)", "sphinx-rtd-theme", "zope.interface"]
+dev = ["coverage[toml] (==5.0.4)", "cryptography (>=3.4.0)", "pre-commit", "pytest (>=6.0.0,<7.0.0)", "sphinx", "sphinx-rtd-theme", "zope.interface"]
+docs = ["sphinx", "sphinx-rtd-theme", "zope.interface"]
tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
[[package]]
@@ -1215,4 +1215,4 @@ brotli = ["brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "a92407846741579a30c240311b1458b810bef8011001f03b70a6c6f051597bb4"
+content-hash = "b40260cd44e0ac097b4b633ccb635e23852ff875b88087f92517d3503be289a6"
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"