aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-10 05:58:56 +0000
committerGravatar GitHub <[email protected]>2023-05-10 05:58:56 +0000
commit4e3bdedf1bd536188ea4a2eca1d564dee9ede7bd (patch)
tree73000cf25ac9fd0cf4ad723bb50d733e13803c51 /pyproject.toml
parentMerge pull request #965 from python-discord/dependabot/pip/sentry-sdk-1.22.2 (diff)
Bump pyjwt from 2.6.0 to 2.7.0
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.6.0 to 2.7.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.6.0...2.7.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 101c9502..ef365f70 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,7 @@ gunicorn = "20.1.0"
httpx = "0.24.0"
markdown = "3.4.3"
psycopg2-binary = "2.9.6"
-PyJWT = {version = "2.6.0", extras = ["crypto"]}
+PyJWT = {version = "2.7.0", extras = ["crypto"]}
pymdown-extensions = "9.11"
python-frontmatter = "1.0.0"
pyyaml = "6.0"