From 6a97d68630e4e71c231b1b65a94f806c7668f692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 21:01:43 +0000 Subject: [PATCH] Bump the all-deps group in /requirements with 7 updates Bumps the all-deps group in /requirements with 7 updates: | Package | From | To | | --- | --- | --- | | [django-filter](https://github.com/carltongibson/django-filter) | `25.1` | `25.2` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `8.1.3` | `8.2.3` | | [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) | `24.12.12` | `25.10.21` | | [flake8-isort](https://github.com/gforcada/flake8-isort) | `6.1.2` | `7.0.0` | | [isort](https://github.com/PyCQA/isort) | `6.1.0` | `7.0.0` | | [faker](https://github.com/joke2k/faker) | `37.8.0` | `37.12.0` | | [syrupy](https://github.com/syrupy-project/syrupy) | `4.9.1` | `5.0.0` | Updates `django-filter` from 25.1 to 25.2 - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](https://github.com/carltongibson/django-filter/compare/25.1...25.2) Updates `sphinx` from 8.1.3 to 8.2.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.1.3...v8.2.3) Updates `flake8-bugbear` from 24.12.12 to 25.10.21 - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.12.12...25.10.21) Updates `flake8-isort` from 6.1.2 to 7.0.0 - [Changelog](https://github.com/gforcada/flake8-isort/blob/main/CHANGES.rst) - [Commits](https://github.com/gforcada/flake8-isort/compare/6.1.2...7.0.0) Updates `isort` from 6.1.0 to 7.0.0 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/6.1.0...7.0.0) Updates `faker` from 37.8.0 to 37.12.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v37.8.0...v37.12.0) Updates `syrupy` from 4.9.1 to 5.0.0 - [Release notes](https://github.com/syrupy-project/syrupy/releases) - [Changelog](https://github.com/syrupy-project/syrupy/blob/main/CHANGELOG.md) - [Commits](https://github.com/syrupy-project/syrupy/compare/v4.9.1...v5.0.0) --- updated-dependencies: - dependency-name: django-filter dependency-version: '25.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: sphinx dependency-version: 8.2.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: flake8-bugbear dependency-version: 25.10.21 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-deps - dependency-name: flake8-isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-deps - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-deps - dependency-name: faker dependency-version: 37.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: syrupy dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- requirements/requirements-codestyle.txt | 6 +++--- requirements/requirements-documentation.txt | 2 +- requirements/requirements-optionals.txt | 2 +- requirements/requirements-testing.txt | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements/requirements-codestyle.txt b/requirements/requirements-codestyle.txt index 9f9c37a7..af689530 100644 --- a/requirements/requirements-codestyle.txt +++ b/requirements/requirements-codestyle.txt @@ -1,5 +1,5 @@ black==25.9.0 flake8==7.3.0 -flake8-bugbear==24.12.12 -flake8-isort==6.1.2 -isort==6.1.0 +flake8-bugbear==25.10.21 +flake8-isort==7.0.0 +isort==7.0.0 diff --git a/requirements/requirements-documentation.txt b/requirements/requirements-documentation.txt index 76f3bf9a..49ebc493 100644 --- a/requirements/requirements-documentation.txt +++ b/requirements/requirements-documentation.txt @@ -1,3 +1,3 @@ recommonmark==0.7.1 -Sphinx==8.1.3 +Sphinx==8.2.3 sphinx_rtd_theme==3.0.2 diff --git a/requirements/requirements-optionals.txt b/requirements/requirements-optionals.txt index 4eb517ff..ad3cd36a 100644 --- a/requirements/requirements-optionals.txt +++ b/requirements/requirements-optionals.txt @@ -1,2 +1,2 @@ -django-filter==25.1 +django-filter==25.2 django-polymorphic==4.1.0 diff --git a/requirements/requirements-testing.txt b/requirements/requirements-testing.txt index 908111fd..38917428 100644 --- a/requirements/requirements-testing.txt +++ b/requirements/requirements-testing.txt @@ -1,7 +1,7 @@ factory-boy==3.3.3 -Faker==37.8.0 +Faker==37.12.0 pytest==8.4.2 pytest-cov==7.0.0 pytest-django==4.11.1 pytest-factoryboy==2.8.1 -syrupy==4.9.1 +syrupy==5.0.0