Skip to content

Commit 6a97d68

Browse files
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](carltongibson/django-filter@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](sphinx-doc/sphinx@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](PyCQA/flake8-bugbear@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](gforcada/flake8-isort@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](PyCQA/isort@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](joke2k/faker@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](syrupy-project/syrupy@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] <support@github.com>
1 parent 6d028ba commit 6a97d68

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black==25.9.0
22
flake8==7.3.0
3-
flake8-bugbear==24.12.12
4-
flake8-isort==6.1.2
5-
isort==6.1.0
3+
flake8-bugbear==25.10.21
4+
flake8-isort==7.0.0
5+
isort==7.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
recommonmark==0.7.1
2-
Sphinx==8.1.3
2+
Sphinx==8.2.3
33
sphinx_rtd_theme==3.0.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
django-filter==25.1
1+
django-filter==25.2
22
django-polymorphic==4.1.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
factory-boy==3.3.3
2-
Faker==37.8.0
2+
Faker==37.12.0
33
pytest==8.4.2
44
pytest-cov==7.0.0
55
pytest-django==4.11.1
66
pytest-factoryboy==2.8.1
7-
syrupy==4.9.1
7+
syrupy==5.0.0

0 commit comments

Comments
 (0)