diff --git a/poetry.lock b/poetry.lock index 7677e89..135cfbb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -203,14 +203,14 @@ yaml = ["pyyaml"] [[package]] name = "django" -version = "5.2.9" +version = "5.2.10" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "django-5.2.9-py3-none-any.whl", hash = "sha256:3a4ea88a70370557ab1930b332fd2887a9f48654261cdffda663fef5976bb00a"}, - {file = "django-5.2.9.tar.gz", hash = "sha256:16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495"}, + {file = "django-5.2.10-py3-none-any.whl", hash = "sha256:cf85067a64250c95d5f9067b056c5eaa80591929f7e16fbcd997746e40d6c45c"}, + {file = "django-5.2.10.tar.gz", hash = "sha256:74df100784c288c50a2b5cad59631d71214f40f72051d5af3fdf220c20bdbbbe"}, ] [package.dependencies] @@ -1217,4 +1217,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "e9a3e9627f86bfb7187758f3faaac4dea5bf169022262f310d6bfff5ef1295b3" +content-hash = "2b90467cf302ff2e33eaebefa70c2d69f96de7df2f100c8a09578f41529e5b3e" diff --git a/pyproject.toml b/pyproject.toml index 20086e0..e1aadc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" attrs = "^25.4.0" -django = "^5.2.9" +django = "^5.2.10" djangorestframework = "^3.16.1" drf-spectacular = "^0.29.0" dependency-injector = "^4.48.3" diff --git a/requirements.txt b/requirements.txt index 4d695e2..e0bcd9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ drf-spectacular==0.29.0 ; python_version >= "3.10" and python_version < "4.0" gunicorn==23.0.0 ; python_version >= "3.10" and python_version < "4.0" inflection==0.5.1 ; python_version >= "3.10" and python_version < "4.0" jsonschema-specifications==2025.9.1 ; python_version >= "3.10" and python_version < "4.0" -jsonschema==4.25.1 ; python_version >= "3.10" and python_version < "4.0" +jsonschema==4.26.0 ; python_version >= "3.10" and python_version < "4.0" packaging==25.0 ; python_version >= "3.10" and python_version < "4.0" psycopg2-binary==2.9.11 ; python_version >= "3.10" and python_version < "4.0" pyyaml==6.0.3 ; python_version >= "3.10" and python_version < "4.0"