diff --git a/poetry.lock b/poetry.lock index 548a60ed..d896d791 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -826,13 +826,13 @@ files = [ [[package]] name = "django" -version = "4.2.11" +version = "4.2.15" 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.11-py3-none-any.whl", hash = "sha256:ddc24a0a8280a0430baa37aff11f28574720af05888c62b7cfe71d219f4599d3"}, - {file = "Django-4.2.11.tar.gz", hash = "sha256:6e6ff3db2d8dd0c986b4eec8554c8e4f919b5c1ff62a5b4390c17aff2ed6e5c4"}, + {file = "Django-4.2.15-py3-none-any.whl", hash = "sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30"}, + {file = "Django-4.2.15.tar.gz", hash = "sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a"}, ] [package.dependencies] @@ -3173,4 +3173,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "3a2612fc624d9f16fb2896f089cd602f2020d4acb78ee20f1caec3b2f1d8ffaa" +content-hash = "c44533b2d74ceb7922c4d0f5f8216a949e15c29d91af677ae7ae38f7d65f5c83" diff --git a/pyproject.toml b/pyproject.toml index 27bd2ebc..4de07cf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ repository = "https://github.com/NC3-LU/Fit4Cybersecurity" [tool.poetry.dependencies] python = ">=3.8,<4.0" mypy = "^1.0.1" -django = "^4.2.11" +django = "^4.2.15" psycopg2-binary = "^2.8.4" cryptography = "^42.0.4" djangorestframework = "^3.12.4"