From 402fb67215943ff382865e4d72adde3caabac4f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 14:37:54 +0000 Subject: [PATCH] chore(deps): bump the python-packages group with 5 updates Bumps the python-packages group with 5 updates: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `5.2.10` | `5.2.11` | | [gunicorn](https://github.com/benoitc/gunicorn) | `23.0.0` | `25.1.0` | | [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.11.1` | `4.12.0` | | [asgiref](https://github.com/django/asgiref) | `3.11.0` | `3.11.1` | | [django-environ](https://github.com/joke2k/django-environ) | `0.12.0` | `0.13.0` | Updates `django` from 5.2.10 to 5.2.11 - [Commits](https://github.com/django/django/compare/5.2.10...5.2.11) Updates `gunicorn` from 23.0.0 to 25.1.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...25.1.0) Updates `pytest-django` from 4.11.1 to 4.12.0 - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst) - [Commits](https://github.com/pytest-dev/pytest-django/compare/v4.11.1...v4.12.0) Updates `asgiref` from 3.11.0 to 3.11.1 - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.11.0...3.11.1) Updates `django-environ` from 0.12.0 to 0.13.0 - [Release notes](https://github.com/joke2k/django-environ/releases) - [Changelog](https://github.com/joke2k/django-environ/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/joke2k/django-environ/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: gunicorn dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pytest-django dependency-version: 4.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: asgiref dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: django-environ dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- poetry.lock | 29 +++++++++++++---------------- pyproject.toml | 6 +++--- requirements.txt | 4 ++-- 3 files changed, 18 insertions(+), 21 deletions(-) diff --git a/poetry.lock b/poetry.lock index c3b76fc..a0d07d7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -203,14 +203,14 @@ yaml = ["pyyaml"] [[package]] name = "django" -version = "5.2.10" +version = "5.2.11" 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.10-py3-none-any.whl", hash = "sha256:cf85067a64250c95d5f9067b056c5eaa80591929f7e16fbcd997746e40d6c45c"}, - {file = "django-5.2.10.tar.gz", hash = "sha256:74df100784c288c50a2b5cad59631d71214f40f72051d5af3fdf220c20bdbbbe"}, + {file = "django-5.2.11-py3-none-any.whl", hash = "sha256:e7130df33ada9ab5e5e929bc19346a20fe383f5454acb2cc004508f242ee92c0"}, + {file = "django-5.2.11.tar.gz", hash = "sha256:7f2d292ad8b9ee35e405d965fbbad293758b858c34bbf7f3df551aeeac6f02d3"}, ] [package.dependencies] @@ -403,14 +403,14 @@ tzdata = "*" [[package]] name = "gunicorn" -version = "24.1.1" +version = "25.1.0" description = "WSGI HTTP Server for UNIX" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "gunicorn-24.1.1-py3-none-any.whl", hash = "sha256:757f6b621fc4f7581a90600b2cd9df593461f06a41d7259cb9b94499dc4095a8"}, - {file = "gunicorn-24.1.1.tar.gz", hash = "sha256:f006d110e5cb3102859b4f5cd48335dbd9cc28d0d27cd24ddbdafa6c60929408"}, + {file = "gunicorn-25.1.0-py3-none-any.whl", hash = "sha256:d0b1236ccf27f72cfe14bce7caadf467186f19e865094ca84221424e839b8b8b"}, + {file = "gunicorn-25.1.0.tar.gz", hash = "sha256:1426611d959fa77e7de89f8c0f32eed6aa03ee735f98c01efba3e281b1c47616"}, ] [package.dependencies] @@ -419,8 +419,9 @@ packaging = "*" [package.extras] eventlet = ["eventlet (>=0.40.3)"] gevent = ["gevent (>=24.10.1)"] +http2 = ["h2 (>=4.1.0)"] setproctitle = ["setproctitle"] -testing = ["coverage", "eventlet (>=0.40.3)", "gevent (>=24.10.1)", "pytest", "pytest-asyncio", "pytest-cov"] +testing = ["coverage", "eventlet (>=0.40.3)", "gevent (>=24.10.1)", "h2 (>=4.1.0)", "httpx[http2]", "pytest", "pytest-asyncio", "pytest-cov", "uvloop (>=0.19.0)"] tornado = ["tornado (>=6.5.0)"] [[package]] @@ -823,23 +824,19 @@ testing = ["process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-django" -version = "4.11.1" +version = "4.12.0" description = "A Django plugin for pytest." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest_django-4.11.1-py3-none-any.whl", hash = "sha256:1b63773f648aa3d8541000c26929c1ea63934be1cfa674c76436966d73fe6a10"}, - {file = "pytest_django-4.11.1.tar.gz", hash = "sha256:a949141a1ee103cb0e7a20f1451d355f83f5e4a5d07bdd4dcfdd1fd0ff227991"}, + {file = "pytest_django-4.12.0-py3-none-any.whl", hash = "sha256:3ff300c49f8350ba2953b90297d23bf5f589db69545f56f1ec5f8cff5da83e85"}, + {file = "pytest_django-4.12.0.tar.gz", hash = "sha256:df94ec819a83c8979c8f6de13d9cdfbe76e8c21d39473cfe2b40c9fc9be3c758"}, ] [package.dependencies] pytest = ">=7.0.0" -[package.extras] -docs = ["sphinx", "sphinx_rtd_theme"] -testing = ["Django", "django-configurations (>=2.0)"] - [[package]] name = "pyyaml" version = "6.0.3" @@ -1217,4 +1214,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "51720e3858106f0d5d883c0ab9acf1a7b188e01c2c0ef5d1a0018ca840550f87" +content-hash = "eb97f93d95e049d9cb22fad4b7a9ad599edcf9e35e2ddc5510122b9992d25f57" diff --git a/pyproject.toml b/pyproject.toml index 252312e..1a8f1a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,12 +8,12 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" attrs = "^25.4.0" -django = "^5.2.10" +django = "^5.2.11" djangorestframework = "^3.16.1" drf-spectacular = "^0.29.0" dependency-injector = "^4.48.3" django-extensions = "^4.1" -gunicorn = "^24.1.1" +gunicorn = "^25.1.0" psycopg2-binary = "^2.9.11" django-env-overrides = "^0.1.0" @@ -23,7 +23,7 @@ mypy = "^1.19.1" pytest = "^9.0.2" django-stubs = "^5.2.9" factory-boy = "^3.3.3" -pytest-django = "^4.11.1" +pytest-django = "^4.12.0" pytest-cov = "^7.0.0" [build-system] diff --git a/requirements.txt b/requirements.txt index 036f74d..c4c78a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -asgiref==3.11.0 ; python_version >= "3.10" and python_version < "4.0" +asgiref==3.11.1 ; python_version >= "3.10" and python_version < "4.0" attrs==25.4.0 ; python_version >= "3.10" and python_version < "4.0" dependency-injector==4.48.3 ; python_version >= "3.10" and python_version < "4.0" django-env-overrides==0.1.0 ; python_version >= "3.10" and python_version < "4.0" -django-environ==0.12.0 ; python_version >= "3.10" and python_version < "4" +django-environ==0.13.0 ; python_version >= "3.10" and python_version < "4" django-extensions==4.1 ; python_version >= "3.10" and python_version < "4.0" django==5.2.10 ; python_version >= "3.10" and python_version < "4.0" djangorestframework==3.16.1 ; python_version >= "3.10" and python_version < "4.0"