Bump the all-deps group across 1 directory with 5 updates - #1329
Merged
Conversation
Member
|
@dependabot rebase |
Bumps the all-deps group with 5 updates in the /requirements directory: | Package | From | To | | --- | --- | --- | | [isort](https://github.com/PyCQA/isort) | `8.0.1` | `9.0.1` | | [faker](https://github.com/joke2k/faker) | `40.36.0` | `40.37.0` | | [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.12.0` | `4.14.0` | | [syrupy](https://github.com/syrupy-project/syrupy) | `5.5.3` | `6.0.0` | | [django-polymorphic](https://github.com/django-commons/django-polymorphic) | `4.11.6` | `4.11.7` | Updates `isort` from 8.0.1 to 9.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@8.0.1...9.0.1) Updates `faker` from 40.36.0 to 40.37.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v40.36.0...v40.37.0) Updates `pytest-django` from 4.12.0 to 4.14.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](pytest-dev/pytest-django@v4.12.0...v4.14.0) Updates `syrupy` from 5.5.3 to 6.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@v5.5.3...v6.0.0) Updates `django-polymorphic` from 4.11.6 to 4.11.7 - [Release notes](https://github.com/django-commons/django-polymorphic/releases) - [Commits](django-commons/django-polymorphic@v4.11.6...v4.11.7) --- updated-dependencies: - dependency-name: django-polymorphic dependency-version: 4.11.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: faker dependency-version: 40.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: isort dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-deps - dependency-name: pytest-django dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: syrupy dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-deps ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/requirements/all-deps-eaa944fad8
branch
from
September 4, 2026 10:44
c80eeec to
375f376
Compare
sliverc
approved these changes
Sep 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-deps group with 5 updates in the /requirements directory:
8.0.19.0.140.36.040.37.04.12.04.14.05.5.36.0.04.11.64.11.7Updates
isortfrom 8.0.1 to 9.0.1Release notes
Sourced from isort's releases.
... (truncated)
Changelog
Sourced from isort's changelog.
... (truncated)
Commits
131f4adFix review typing and import order in CLI invocation test9491900Test python -m isort invocation directlyf0a2dcaFix python -m isort by excluding main from mypyc037c2b2Add changelog entries for last releases727d119Name the predicate and drive the prefix test off STRING_PREFIXESdec76bcFix multiline docstring stylecb179dbKeep add_imports below a prefixed module docstring7542f76test: distinguish pylint disable-next comments9f56767Fix pylint disable-next comments at top of imports0cba6f6Delete .cruft.jsonUpdates
fakerfrom 40.36.0 to 40.37.0Release notes
Sourced from faker's releases.
Changelog
Sourced from faker's changelog.
Commits
4a464c8Bump version: 40.36.0 → 40.37.0f33e820📝 Update CHANGELOG.md74efb07fix(en_IE): generate structurally valid Irish IBANs (#2411)d80d125add Pillow as an optional dependency (#2442)4eced9fBump actions/stale from 10 to 11 (#2440)de212b1Bump actions/setup-python from 6 to 7 (#2437)56748a2exclude.agentsfrom manifestd42d42drefine skill2d0e534Add skills for agentsUpdates
pytest-djangofrom 4.12.0 to 4.14.0Release notes
Sourced from pytest-django's releases.
Changelog
Sourced from pytest-django's changelog.
Commits
1a6b612Release 4.14.0fffb11ddocs: remove $ for consistencye8c0606docs: move thedjangoextra explanationb66deb6tests: strict import to make pyright happy823db39tests: fix wrong type (typing only)a1eaf5dDrop django<5 message asserts compat2ea1423Fix_pre_setup_ran_eagerlyon Django 5.0 and 5.1903429cAdddjangoextra to ensure Django dependency compatible lower bound9661589docs: prefer newer pytest config TOML format7646196docs: remove needless commentUpdates
syrupyfrom 5.5.3 to 6.0.0Release notes
Sourced from syrupy's releases.
... (truncated)
Changelog
Sourced from syrupy's changelog.
... (truncated)
Commits
621af75chore(release): 6.0.0 [skip ci]3a9f691fix: single file snapshot no longer buffers in memory (#1223)ab13f8dchore: sponsorship (#1224)98f989cfeat: add --snapshot-declaration-order for respecting declaration order (#1222)b549b4bfeat: built-in support for Dataclasses (#1220)d34933fchore: use the benchmarks git branch (#1221)f6eda02chore(ci): permissions for gh-pagesa5ce049chore(deps): update actions/configure-pages action to v6 (#1219)c0cb162chore: update github pages4d59bdechore: update docs for v6 release (#1218)Updates
django-polymorphicfrom 4.11.6 to 4.11.7Release notes
Sourced from django-polymorphic's releases.
Commits
f78240badd a regression test for #905c1fd7c6fix: add kwargs to save method to keep compatability with other tools overrid...2b1b76afix secondary test database 6.1 behavior113d405exclude django 6.1 postgres <15 tests7051576fix django 6.1 descriptor get_queryset compat14b9badsupport django 6.1