diff --git a/poetry.lock b/poetry.lock index 5d49430..3953a35 100644 --- a/poetry.lock +++ b/poetry.lock @@ -468,13 +468,13 @@ files = [ [[package]] name = "django" -version = "4.2.16" +version = "4.2.17" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" files = [ - {file = "Django-4.2.16-py3-none-any.whl", hash = "sha256:1ddc333a16fc139fd253035a1606bb24261951bbc3a6ca256717fa06cc41a898"}, - {file = "Django-4.2.16.tar.gz", hash = "sha256:6f1616c2786c408ce86ab7e10f792b8f15742f7b7b7460243929cb371e7f1dad"}, + {file = "Django-4.2.17-py3-none-any.whl", hash = "sha256:3a93350214ba25f178d4045c0786c61573e7dbfa3c509b3551374f1e11ba8de0"}, + {file = "Django-4.2.17.tar.gz", hash = "sha256:6b56d834cc94c8b21a8f4e775064896be3b4a4ca387f2612d4406a5927cd2fdc"}, ] [package.dependencies] @@ -656,12 +656,13 @@ dotenv = ["python-dotenv"] [[package]] name = "flask-unsign" -version = "1.2.0" +version = "1.2.1" description = "Flask Unsign is a penetration testing utility that attempts to uncover a Flask server's secret key by taking a signed session verifying it against a wordlist of commonly used and publicly known secret keys (sourced from books, GitHub, StackOverflow and various other sources)." optional = false python-versions = ">=3.6.0" files = [ - {file = "flask-unsign-1.2.0.tar.gz", hash = "sha256:ff685e5a9e54958d401ddee8d2899c43ad0643df4cf41af844b00a0650ae7b6e"}, + {file = "flask_unsign-1.2.1-py3-none-any.whl", hash = "sha256:6328fa8a4c10a34f65c3e3c6d96e076d1031839f61b94b63e12c70eda93531b2"}, + {file = "flask_unsign-1.2.1.tar.gz", hash = "sha256:2b70955b6599effff3773b6de5bd44828c43d92a3fb64ab4db96b754363afd25"}, ] [package.dependencies] @@ -1207,13 +1208,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.dependencies] @@ -1238,13 +1239,13 @@ files = [ [[package]] name = "pytest" -version = "8.3.3" +version = "8.3.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, - {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, + {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, + {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, ] [package.dependencies] @@ -1712,4 +1713,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "79aa374a49e2f431c64db16f38a6bc8c41bba83fe7984de26a419c834965fb09" +content-hash = "17cac4c17b984812e9ad8cae8ef828c2ddd297cd72bfc0c21f8e9131967f2556" diff --git a/pyproject.toml b/pyproject.toml index c755502..f3b3432 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dev-dependencies] requests-mock = "^1.10.0" -pytest = "^8.3.3" +pytest = "^8.3.4" pytest-cov = "^6.0.0" mock = "^5.1.0" pytest-mock = "^3.10.0"