diff --git a/poetry.lock b/poetry.lock index 83165f0..74abbc6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -577,7 +577,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pyjwt" -version = "2.3.0" +version = "2.4.0" description = "JSON Web Token implementation in Python" category = "main" optional = false @@ -781,7 +781,7 @@ brotli = ["brotli"] [metadata] lock-version = "1.1" python-versions = "3.9.2" -content-hash = "b37bd76bb3cc9e31a9f365204dd6383c5ebd7321b31c386c32f3aa07182ccd78" +content-hash = "e2615dcdde18f9b34af9de5d7e05649fa0e5812a0c206c276dfae209644efe0a" [metadata.files] asgiref = [ @@ -1238,8 +1238,8 @@ pyflakes = [ {file = "pyflakes-2.3.1.tar.gz", hash = "sha256:f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db"}, ] pyjwt = [ - {file = "PyJWT-2.3.0-py3-none-any.whl", hash = "sha256:e0c4bb8d9f0af0c7f5b1ec4c5036309617d03d56932877f2f7a0beeb5318322f"}, - {file = "PyJWT-2.3.0.tar.gz", hash = "sha256:b888b4d56f06f6dcd777210c334e69c737be74755d3e5e9ee3fe67dc18a0ee41"}, + {file = "PyJWT-2.4.0-py3-none-any.whl", hash = "sha256:72d1d253f32dbd4f5c88eaf1fdc62f3a19f676ccbadb9dbc5d07e951b2b26daf"}, + {file = "PyJWT-2.4.0.tar.gz", hash = "sha256:d42908208c699b3b973cbeb01a969ba6a96c821eefb1c5bfe4c390c01d67abba"}, ] pymongo = [ {file = "pymongo-3.12.1-cp27-cp27m-macosx_10_14_intel.whl", hash = "sha256:c4653830375ab019b86d218c749ad38908b74182b2863d09936aa8d7f990d30e"}, diff --git a/pyproject.toml b/pyproject.toml index 3217384..243d42f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ requests = "^2.26.0" pycryptodomex = "^3.10.1" python-dotenv = "^0.19.0" urllib3 = "^1.26.6" -PyJWT = "^2.1.0" +PyJWT = "^2.4.0" firebase-admin = "^5.1.0" django-environ = "^0.8.1" whitenoise = "^5.3.0"