diff options
author | 2023-05-09 23:17:49 -0700 | |
---|---|---|
committer | 2023-05-09 23:17:49 -0700 | |
commit | da8bab253f7c6c092d080bee04180a9e9ff64d06 (patch) | |
tree | 73000cf25ac9fd0cf4ad723bb50d733e13803c51 | |
parent | Merge pull request #965 from python-discord/dependabot/pip/sentry-sdk-1.22.2 (diff) | |
parent | Bump pyjwt from 2.6.0 to 2.7.0 (diff) |
Merge pull request #967 from python-discord/dependabot/pip/pyjwt-2.7.0
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 0dab65bb..2c27b366 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1131,14 +1131,14 @@ files = [ [[package]] name = "pyjwt" -version = "2.6.0" +version = "2.7.0" description = "JSON Web Token implementation in Python" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "PyJWT-2.6.0-py3-none-any.whl", hash = "sha256:d83c3d892a77bbb74d3e1a2cfa90afaadb60945205d1095d9221f04466f64c14"}, - {file = "PyJWT-2.6.0.tar.gz", hash = "sha256:69285c7e31fc44f68a1feb309e948e0df53259d579295e6cfe2b1792329f05fd"}, + {file = "PyJWT-2.7.0-py3-none-any.whl", hash = "sha256:ba2b425b15ad5ef12f200dc67dd56af4e26de2331f965c5439994dad075876e1"}, + {file = "PyJWT-2.7.0.tar.gz", hash = "sha256:bd6ca4a3c4285c1a2d4349e5a035fdf8fb94e04ccd0fcbe6ba289dae9cc3e074"}, ] [package.dependencies] @@ -1509,4 +1509,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "af1f6f481a177094d38a2add931f23ecdadb0a282e04f52d11fb646d29bee5ae" +content-hash = "7732942775a9b4272b5739bad79e23ab6c3145399ce90be41c0350af1a408803" 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" |