From 3b86db2d6a7c51a26c346b448a2771132af042fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:57:52 +0000 Subject: [PATCH] chore(deps): bump the python-packages group with 2 updates Bumps the python-packages group with 2 updates: [django](https://github.com/django/django) and [jsonschema](https://github.com/python-jsonschema/jsonschema). Updates `django` from 5.2.9 to 5.2.10 - [Commits](https://github.com/django/django/compare/5.2.9...5.2.10) Updates `jsonschema` from 4.25.1 to 4.26.0 - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.25.1...v4.26.0) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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"