diff --git a/poetry.lock b/poetry.lock index 1cca5b0..0baf351 100644 --- a/poetry.lock +++ b/poetry.lock @@ -387,13 +387,13 @@ files = [ [[package]] name = "pyjwt" -version = "2.9.0" +version = "2.10.1" description = "JSON Web Token implementation in Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "PyJWT-2.9.0-py3-none-any.whl", hash = "sha256:3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850"}, - {file = "pyjwt-2.9.0.tar.gz", hash = "sha256:7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c"}, + {file = "PyJWT-2.10.1-py3-none-any.whl", hash = "sha256:dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb"}, + {file = "pyjwt-2.10.1.tar.gz", hash = "sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953"}, ] [package.extras] @@ -498,4 +498,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.13.0" -content-hash = "36a072abcef65f488bf91beb1c268d63f321fd945dcc387d3b6ea4a0542a86b3" +content-hash = "cccfda808956b947fcea4b695ed178c01ce4b3f206c778295529e5d814990bf3" diff --git a/pyproject.toml b/pyproject.toml index a6ab54c..dac6187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "3.13.0" django = "5.1.3" gunicorn = "23.0.0" django-guardian = "2.4.0" -pyjwt = "2.9.0" +pyjwt = "2.10.1" psycopg2-binary = "2.9.10" fontawesomefree = "6.6.0" django-google-fonts = "0.0.3"