From 9b10b2e459b0b9e3a24417c61f86723f95286ca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:09:14 +0000 Subject: [PATCH] Bump the python-dependencies group with 36 updates Bumps the python-dependencies group with 36 updates: | Package | From | To | | --- | --- | --- | | [asgiref](https://github.com/django/asgiref) | `3.11.1` | `3.12.1` | | [certifi](https://github.com/certifi/python-certifi) | `2026.4.22` | `2026.7.22` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.7` | `3.4.9` | | [django](https://github.com/django/django) | `6.0.4` | `6.0.7` | | [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) | `2.6` | `2.7` | | [django-import-export](https://github.com/django-import-export/django-import-export) | `4.4.0` | `4.4.1` | | [django-stubs-ext](https://github.com/typeddjango/django-stubs) | `6.0.3` | `6.0.7` | | [gunicorn](https://github.com/benoitc/gunicorn) | `25.3.0` | `26.0.0` | | [idna](https://github.com/kjd/idna) | `3.13` | `3.18` | | [nh3](https://github.com/messense/nh3) | `0.3.5` | `0.3.6` | | [requests](https://github.com/psf/requests) | `2.33.1` | `2.34.2` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.15.0` | `4.16.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.6.3` | `2.7.0` | | [backrefs](https://github.com/facelessuser/backrefs) | `7.0` | `8.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.7.6` | `9.7.7` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `1.0.4` | `1.0.6` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.10.0` | `4.11.0` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `11.0` | `11.0.1` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.14.3` | `7.15.2` | | [django-stubs](https://github.com/typeddjango/django-stubs) | `6.0.6` | `6.0.7` | | [djlint](https://github.com/djlint/djLint) | `1.40.0` | `1.43.1` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.29.4` | `3.32.0` | | [librt](https://github.com/mypyc/librt) | `0.12.0` | `0.13.0` | | [mypy](https://github.com/python/mypy) | `2.1.0` | `2.3.0` | | [pip-tools](https://github.com/jazzband/pip-tools) | `7.5.3` | `7.6.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.0` | `4.6.1` | | [python-discovery](https://github.com/tox-dev/python-discovery) | `1.4.2` | `1.5.0` | | [regex](https://github.com/mrabarnett/mrab-regex) | `2026.6.28` | `2026.7.19` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.20` | `0.16.0` | | [soupsieve](https://github.com/facelessuser/soupsieve) | `2.8.4` | `2.9.1` | | [tqdm](https://github.com/tqdm/tqdm) | `4.68.3` | `4.70.0` | | [types-django-import-export](https://github.com/python/typeshed) | `4.4.0.20260518` | `4.4.0.20260724` | | [types-markdown](https://github.com/python/typeshed) | `3.10.2.20260518` | `3.10.2.20260712` | | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20260518` | `6.0.12.20260724` | | [types-requests](https://github.com/python/typeshed) | `2.33.0.20260518` | `2.33.0.20260712` | | [virtualenv](https://github.com/pypa/virtualenv) | `21.5.1` | `21.7.0` | Updates `asgiref` from 3.11.1 to 3.12.1 - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.11.1...3.12.1) Updates `certifi` from 2026.4.22 to 2026.7.22 - [Commits](https://github.com/certifi/python-certifi/compare/2026.04.22...2026.07.22) Updates `charset-normalizer` from 3.4.7 to 3.4.9 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.7...3.4.9) Updates `django` from 6.0.4 to 6.0.7 - [Commits](https://github.com/django/django/compare/6.0.4...6.0.7) Updates `django-crispy-forms` from 2.6 to 2.7 - [Release notes](https://github.com/django-crispy-forms/django-crispy-forms/releases) - [Changelog](https://github.com/django-crispy-forms/django-crispy-forms/blob/main/CHANGELOG.md) - [Commits](https://github.com/django-crispy-forms/django-crispy-forms/compare/2.6...2.7) Updates `django-import-export` from 4.4.0 to 4.4.1 - [Release notes](https://github.com/django-import-export/django-import-export/releases) - [Changelog](https://github.com/django-import-export/django-import-export/blob/main/docs/changelog.rst) - [Commits](https://github.com/django-import-export/django-import-export/compare/4.4.0...4.4.1) Updates `django-stubs-ext` from 6.0.3 to 6.0.7 - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/6.0.3...6.0.7) Updates `gunicorn` from 25.3.0 to 26.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.3.0...26.0.0) Updates `idna` from 3.13 to 3.18 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.13...v3.18) Updates `nh3` from 0.3.5 to 0.3.6 - [Release notes](https://github.com/messense/nh3/releases) - [Commits](https://github.com/messense/nh3/compare/v0.3.5...v0.3.6) Updates `requests` from 2.33.1 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.33.1...v2.34.2) Updates `typing-extensions` from 4.15.0 to 4.16.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.15.0...4.16.0) Updates `urllib3` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0) Updates `backrefs` from 7.0 to 8.0 - [Release notes](https://github.com/facelessuser/backrefs/releases) - [Commits](https://github.com/facelessuser/backrefs/compare/7.0...8.0) Updates `mkdocs-material` from 9.7.6 to 9.7.7 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.7.6...9.7.7) Updates `mkdocstrings` from 1.0.4 to 1.0.6 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/1.0.4...1.0.6) Updates `platformdirs` from 4.10.0 to 4.11.0 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.10.0...4.11.0) Updates `pymdown-extensions` from 11.0 to 11.0.1 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/11.0...11.0.1) Updates `coverage` from 7.14.3 to 7.15.2 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.14.3...7.15.2) Updates `django-stubs` from 6.0.6 to 6.0.7 - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/6.0.6...6.0.7) Updates `djlint` from 1.40.0 to 1.43.1 - [Release notes](https://github.com/djlint/djLint/releases) - [Changelog](https://github.com/djlint/djLint/blob/master/CHANGELOG.md) - [Commits](https://github.com/djlint/djLint/compare/v1.40.0...v1.43.1) Updates `filelock` from 3.29.4 to 3.32.0 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.29.4...3.32.0) Updates `librt` from 0.12.0 to 0.13.0 - [Commits](https://github.com/mypyc/librt/compare/v0.12.0...v0.13.0) Updates `mypy` from 2.1.0 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.0) Updates `pip-tools` from 7.5.3 to 7.6.0 - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/v7.5.3...v7.6.0) Updates `pre-commit` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.6.0...v4.6.1) Updates `python-discovery` from 1.4.2 to 1.5.0 - [Release notes](https://github.com/tox-dev/python-discovery/releases) - [Changelog](https://github.com/tox-dev/python-discovery/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/python-discovery/compare/1.4.2...1.5.0) Updates `regex` from 2026.6.28 to 2026.7.19 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2026.6.28...2026.7.19) Updates `ruff` from 0.15.20 to 0.16.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.20...0.16.0) Updates `soupsieve` from 2.8.4 to 2.9.1 - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](https://github.com/facelessuser/soupsieve/compare/2.8.4...2.9.1) Updates `tqdm` from 4.68.3 to 4.70.0 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.68.3...v4.70.0) Updates `types-django-import-export` from 4.4.0.20260518 to 4.4.0.20260724 - [Commits](https://github.com/python/typeshed/commits) Updates `types-markdown` from 3.10.2.20260518 to 3.10.2.20260712 - [Commits](https://github.com/python/typeshed/commits) Updates `types-pyyaml` from 6.0.12.20260518 to 6.0.12.20260724 - [Commits](https://github.com/python/typeshed/commits) Updates `types-requests` from 2.33.0.20260518 to 2.33.0.20260712 - [Commits](https://github.com/python/typeshed/commits) Updates `virtualenv` from 21.5.1 to 21.7.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/21.5.1...21.7.0) --- updated-dependencies: - dependency-name: asgiref dependency-version: 3.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: certifi dependency-version: 2026.7.22 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: charset-normalizer dependency-version: 3.4.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: django dependency-version: 6.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: django-crispy-forms dependency-version: '2.7' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: django-import-export dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: django-stubs-ext dependency-version: 6.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: gunicorn dependency-version: 26.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: idna dependency-version: '3.18' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: nh3 dependency-version: 0.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: typing-extensions dependency-version: 4.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: backrefs dependency-version: '8.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: mkdocs-material dependency-version: 9.7.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: mkdocstrings dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: platformdirs dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pymdown-extensions dependency-version: 11.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.15.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: django-stubs dependency-version: 6.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: djlint dependency-version: 1.43.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: filelock dependency-version: 3.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: librt dependency-version: 0.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pip-tools dependency-version: 7.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: python-discovery dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: regex dependency-version: 2026.7.19 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: soupsieve dependency-version: 2.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: tqdm dependency-version: 4.70.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: types-django-import-export dependency-version: 4.4.0.20260724 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: types-markdown dependency-version: 3.10.2.20260712 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: types-pyyaml dependency-version: 6.0.12.20260724 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: types-requests dependency-version: 2.33.0.20260712 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: virtualenv dependency-version: 21.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 52 +++++++++++++++++++++---------------------- doc-requirements.txt | 24 ++++++++++---------- prod-requirements.txt | 26 +++++++++++----------- requirements.txt | 14 ++++++------ 4 files changed, 58 insertions(+), 58 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 29469510..514d58cb 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,17 +4,17 @@ # # pip-compile --extra=dev --output-file=dev-requirements.txt # -asgiref==3.11.1 +asgiref==3.12.1 # via django beautifulsoup4==4.15.0 # via direct_webapp (pyproject.toml) build==1.5.0 # via pip-tools -certifi==2026.6.17 +certifi==2026.7.22 # via requests cfgv==3.5.0 # via pre-commit -charset-normalizer==3.4.7 +charset-normalizer==3.4.9 # via requests click==8.4.2 # via @@ -24,7 +24,7 @@ colorama==0.4.6 # via djlint confusable-homoglyphs==3.3.1 # via django-registration -coverage[toml]==7.14.3 +coverage[toml]==7.15.2 # via pytest-cov crispy-bootstrap5==2026.3 # via direct_webapp (pyproject.toml) @@ -34,7 +34,7 @@ diff-match-patch==20241021 # via django-import-export distlib==0.4.3 # via virtualenv -django==6.0.6 +django==6.0.7 # via # crispy-bootstrap5 # direct_webapp (pyproject.toml) @@ -48,7 +48,7 @@ django==6.0.6 # django-tables2 django-bootstrap5==26.2 # via direct_webapp (pyproject.toml) -django-crispy-forms==2.6 +django-crispy-forms==2.7 # via # crispy-bootstrap5 # direct_webapp (pyproject.toml) @@ -58,23 +58,23 @@ django-multiselectfield==1.0.1 # via direct_webapp (pyproject.toml) django-registration==5.2.1 # via direct_webapp (pyproject.toml) -django-stubs[compatible-mypy]==6.0.6 +django-stubs[compatible-mypy]==6.0.7 # via # direct_webapp (pyproject.toml) # types-django-import-export -django-stubs-ext==6.0.6 +django-stubs-ext==6.0.7 # via # direct_webapp (pyproject.toml) # django-stubs django-tables2==3.0.0 # via direct_webapp (pyproject.toml) -djlint==1.40.0 +djlint==1.43.1 # via direct_webapp (pyproject.toml) editorconfig==0.17.1 # via # cssbeautifier # jsbeautifier -filelock==3.29.4 +filelock==3.32.0 # via # python-discovery # virtualenv @@ -92,11 +92,11 @@ jsbeautifier==2.0.3 # djlint json5==0.15.0 # via djlint -librt==0.12.0 +librt==0.13.0 # via mypy markdown==3.10.2 # via direct_webapp (pyproject.toml) -mypy==2.1.0 +mypy==2.3.0 # via # direct_webapp (pyproject.toml) # django-stubs @@ -116,9 +116,9 @@ pathspec==1.1.1 # via # djlint # mypy -pip-tools==7.5.3 +pip-tools==7.6.0 # via direct_webapp (pyproject.toml) -platformdirs==4.10.0 +platformdirs==4.11.0 # via # python-discovery # virtualenv @@ -126,7 +126,7 @@ pluggy==1.6.0 # via # pytest # pytest-cov -pre-commit==4.6.0 +pre-commit==4.6.1 # via direct_webapp (pyproject.toml) pygments==2.20.0 # via pytest @@ -146,39 +146,39 @@ pytest-django==4.12.0 # via direct_webapp (pyproject.toml) pytest-mock==3.15.1 # via direct_webapp (pyproject.toml) -python-discovery==1.4.2 +python-discovery==1.5.0 # via virtualenv pyyaml==6.0.3 # via # djlint # pre-commit -regex==2026.6.28 +regex==2026.7.19 # via djlint requests==2.34.2 # via direct_webapp (pyproject.toml) -ruff==0.15.20 +ruff==0.16.0 # via direct_webapp (pyproject.toml) six==1.17.0 # via # cssbeautifier # jsbeautifier -soupsieve==2.8.4 +soupsieve==2.9.1 # via beautifulsoup4 sqlparse==0.5.5 # via django tablib==3.9.0 # via django-import-export -tqdm==4.68.3 +tqdm==4.70.0 # via djlint -types-django-import-export==4.4.0.20260518 +types-django-import-export==4.4.0.20260724 # via direct_webapp (pyproject.toml) -types-markdown==3.10.2.20260518 +types-markdown==3.10.2.20260712 # via direct_webapp (pyproject.toml) -types-pyyaml==6.0.12.20260518 +types-pyyaml==6.0.12.20260724 # via django-stubs -types-requests==2.33.0.20260518 +types-requests==2.33.0.20260712 # via direct_webapp (pyproject.toml) -typing-extensions==4.15.0 +typing-extensions==4.16.0 # via # beautifulsoup4 # django-stubs @@ -188,7 +188,7 @@ urllib3==2.7.0 # via # requests # types-requests -virtualenv==21.5.1 +virtualenv==21.7.0 # via pre-commit wheel==0.47.0 # via pip-tools diff --git a/doc-requirements.txt b/doc-requirements.txt index fb37af79..444fda8f 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -4,15 +4,15 @@ # # pip-compile --extra=doc --output-file=doc-requirements.txt # -asgiref==3.11.1 +asgiref==3.12.1 # via django babel==2.18.0 # via mkdocs-material -backrefs==7.0 +backrefs==8.0 # via mkdocs-material -certifi==2026.6.17 +certifi==2026.7.22 # via requests -charset-normalizer==3.4.7 +charset-normalizer==3.4.9 # via requests click==8.4.2 # via @@ -26,7 +26,7 @@ crispy-bootstrap5==2026.3 # via direct_webapp (pyproject.toml) diff-match-patch==20241021 # via django-import-export -django==6.0.6 +django==6.0.7 # via # crispy-bootstrap5 # direct_webapp (pyproject.toml) @@ -39,7 +39,7 @@ django==6.0.6 # django-tables2 django-bootstrap5==26.2 # via direct_webapp (pyproject.toml) -django-crispy-forms==2.6 +django-crispy-forms==2.7 # via # crispy-bootstrap5 # direct_webapp (pyproject.toml) @@ -49,7 +49,7 @@ django-multiselectfield==1.0.1 # via direct_webapp (pyproject.toml) django-registration==5.2.1 # via direct_webapp (pyproject.toml) -django-stubs-ext==6.0.6 +django-stubs-ext==6.0.7 # via direct_webapp (pyproject.toml) django-tables2==3.0.0 # via direct_webapp (pyproject.toml) @@ -108,13 +108,13 @@ mkdocs-get-deps==0.2.2 # via mkdocs mkdocs-literate-nav==0.6.3 # via direct_webapp (pyproject.toml) -mkdocs-material==9.7.6 +mkdocs-material==9.7.7 # via direct_webapp (pyproject.toml) mkdocs-material-extensions==1.3.1 # via mkdocs-material mkdocs-section-index==0.3.12 # via direct_webapp (pyproject.toml) -mkdocstrings==1.0.4 +mkdocstrings==1.0.6 # via # direct_webapp (pyproject.toml) # mkdocstrings-python @@ -133,7 +133,7 @@ pathspec==1.1.1 # via # mkdocs # properdocs -platformdirs==4.10.0 +platformdirs==4.11.0 # via # mkdocs-get-deps # properdocs @@ -144,7 +144,7 @@ properdocs==1.6.7 # mkdocs-section-index pygments==2.20.0 # via mkdocs-material -pymdown-extensions==11.0 +pymdown-extensions==11.0.1 # via # mkdocs-material # mkdocstrings @@ -171,7 +171,7 @@ sqlparse==0.5.5 # via django tablib==3.9.0 # via django-import-export -typing-extensions==4.15.0 +typing-extensions==4.16.0 # via django-stubs-ext urllib3==2.7.0 # via requests diff --git a/prod-requirements.txt b/prod-requirements.txt index f56ded7f..e8c6fd6d 100644 --- a/prod-requirements.txt +++ b/prod-requirements.txt @@ -4,11 +4,11 @@ # # pip-compile --extra=prod --output-file=prod-requirements.txt # -asgiref==3.11.1 +asgiref==3.12.1 # via django -certifi==2026.4.22 +certifi==2026.7.22 # via requests -charset-normalizer==3.4.7 +charset-normalizer==3.4.9 # via requests confusable-homoglyphs==3.3.1 # via django-registration @@ -16,7 +16,7 @@ crispy-bootstrap5==2026.3 # via direct_webapp (pyproject.toml) diff-match-patch==20241021 # via django-import-export -django==6.0.4 +django==6.0.7 # via # crispy-bootstrap5 # direct_webapp (pyproject.toml) @@ -29,41 +29,41 @@ django==6.0.4 # django-tables2 django-bootstrap5==26.2 # via direct_webapp (pyproject.toml) -django-crispy-forms==2.6 +django-crispy-forms==2.7 # via # crispy-bootstrap5 # direct_webapp (pyproject.toml) -django-import-export==4.4.0 +django-import-export==4.4.1 # via direct_webapp (pyproject.toml) django-multiselectfield==1.0.1 # via direct_webapp (pyproject.toml) django-registration==5.2.1 # via direct_webapp (pyproject.toml) -django-stubs-ext==6.0.3 +django-stubs-ext==6.0.7 # via direct_webapp (pyproject.toml) django-tables2==3.0.0 # via direct_webapp (pyproject.toml) -gunicorn==25.3.0 +gunicorn==26.0.0 # via direct_webapp (pyproject.toml) -idna==3.13 +idna==3.18 # via requests markdown==3.10.2 # via direct_webapp (pyproject.toml) mysqlclient==2.2.8 # via direct_webapp (pyproject.toml) -nh3==0.3.5 +nh3==0.3.6 # via direct_webapp (pyproject.toml) packaging==26.2 # via gunicorn -requests==2.33.1 +requests==2.34.2 # via direct_webapp (pyproject.toml) sqlparse==0.5.5 # via django tablib==3.9.0 # via django-import-export -typing-extensions==4.15.0 +typing-extensions==4.16.0 # via django-stubs-ext -urllib3==2.6.3 +urllib3==2.7.0 # via requests whitenoise==6.12.0 # via direct_webapp (pyproject.toml) diff --git a/requirements.txt b/requirements.txt index 573d4cb2..886d3896 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,11 +4,11 @@ # # pip-compile # -asgiref==3.11.1 +asgiref==3.12.1 # via django -certifi==2026.6.17 +certifi==2026.7.22 # via requests -charset-normalizer==3.4.7 +charset-normalizer==3.4.9 # via requests confusable-homoglyphs==3.3.1 # via django-registration @@ -16,7 +16,7 @@ crispy-bootstrap5==2026.3 # via direct_webapp (pyproject.toml) diff-match-patch==20241021 # via django-import-export -django==6.0.6 +django==6.0.7 # via # crispy-bootstrap5 # direct_webapp (pyproject.toml) @@ -29,7 +29,7 @@ django==6.0.6 # django-tables2 django-bootstrap5==26.2 # via direct_webapp (pyproject.toml) -django-crispy-forms==2.6 +django-crispy-forms==2.7 # via # crispy-bootstrap5 # direct_webapp (pyproject.toml) @@ -39,7 +39,7 @@ django-multiselectfield==1.0.1 # via direct_webapp (pyproject.toml) django-registration==5.2.1 # via direct_webapp (pyproject.toml) -django-stubs-ext==6.0.6 +django-stubs-ext==6.0.7 # via direct_webapp (pyproject.toml) django-tables2==3.0.0 # via direct_webapp (pyproject.toml) @@ -59,7 +59,7 @@ sqlparse==0.5.5 # via django tablib==3.9.0 # via django-import-export -typing-extensions==4.15.0 +typing-extensions==4.16.0 # via django-stubs-ext urllib3==2.7.0 # via requests