diff --git a/training/poetry.lock b/training/poetry.lock index 4626d878a..537294937 100644 --- a/training/poetry.lock +++ b/training/poetry.lock @@ -364,13 +364,13 @@ files = [ [[package]] name = "django" -version = "4.2.5" +version = "4.2.7" 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.5-py3-none-any.whl", hash = "sha256:b6b2b5cae821077f137dc4dade696a1c2aa292f892eca28fa8d7bfdf2608ddd4"}, - {file = "Django-4.2.5.tar.gz", hash = "sha256:5e5c1c9548ffb7796b4a8a4782e9a2e5a3df3615259fc1bfd3ebc73b646146c1"}, + {file = "Django-4.2.7-py3-none-any.whl", hash = "sha256:e1d37c51ad26186de355cbcec16613ebdabfa9689bbade9c538835205a8abbe9"}, + {file = "Django-4.2.7.tar.gz", hash = "sha256:8e0f1c2c2786b5c0e39fe1afce24c926040fad47c8ea8ad30aaf1188df29fc41"}, ] [package.dependencies] @@ -2045,4 +2045,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.10" -content-hash = "d3e63638e340d09084cc4504004769b7dc6b0ad65e08b9c0b8dd02548b274428" +content-hash = "28e53e26e06a2b9e0eb06dbcf429399055aaa924b67031a886c6c4bc7426d110" diff --git a/training/pyproject.toml b/training/pyproject.toml index b3cbe110f..b54eb02f5 100644 --- a/training/pyproject.toml +++ b/training/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.9, <3.10" boto3 = "^1.28.15" -django = "^4.2.3" +django = "^4.2.7" django-ninja = "^0.22.2" scikit-learn = "^1.3.0" pandas = "^2.0.3"