Bump the all-deps group in /requirements with 7 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(about 1 month ago)
(about 20 hours ago)
(about 20 hours ago)
dependencies python
Bumps the all-deps group in /requirements with 7 updates:
| Package | From | To |
|---|---|---|
| django-filter | 25.1 |
25.2 |
| sphinx | 8.1.3 |
8.2.3 |
| flake8-bugbear | 24.12.12 |
25.10.21 |
| flake8-isort | 6.1.2 |
7.0.0 |
| isort | 6.1.0 |
7.0.0 |
| faker | 37.8.0 |
37.12.0 |
| syrupy | 4.9.1 |
5.0.0 |
Updates django-filter from 25.1 to 25.2
Changelog
Sourced from django-filter's changelog.
Version 25.2 (2025-10-05)
Added testing for Django 6.0.
Dropped support for Django <5.2 LTS
Dropped support for Python 3.9.
Commits
17ec565Bumped version for 25.2 release.9b4b8fdUpdated testing for Django 6.0. (#1730)1b07b3eBump actions/setup-python from 5 to 6 in the github-actions group (#1726)27a1168Bump the github-actions group with 2 updates (#1722)7f59b6fAdd drf as optional dependencies (#1724)635343eAdd reference anchors to filter types to facilitate intersphinx refs (#1706)7b3176eDocument steps for postgres full text search (#1704)- See full diff in compare view
Updates sphinx from 8.1.3 to 8.2.3
Release notes
Sourced from sphinx's releases.
Sphinx 8.2.3
Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html
Sphinx 8.2.2
Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html
Sphinx 8.2.1
Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html
Sphinx 8.2.0
Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html
Dependencies
- #13000: Drop Python 3.10 support.
Incompatible changes
- #13044: Remove the internal and undocumented
has_equationsdata from theMathDomaindomain. The undocumentedMathDomain.has_equationsmethod now unconditionally returnsTrue. These are replaced by thehas_maths_elementskey of the page context dict. Patch by Adam Turner.- #13227: HTML output for sequences of keys in the
kbdrole no longer uses a<kbd class="kbd compound">element to wrap the keys and separators, but places them directly in the relevant parent node. This means that CSS rulesets targetingkbd.compoundor.kbd.compoundwill no longer have any effect. Patch by Adam Turner.Deprecated
- #13037: Deprecate the
SingleHTMLBuilder.fix_refurismethod. Patch by James Addison.- #13083, #13330: Un-deprecate
sphinx.util.import_object. Patch by Matthias Geier.Features added
... (truncated)
Commits
847ad0cBump to 8.2.3 final4091fe3Add CHANGES for Sphinx 8.2.3c84c21fCorrect the date for Sphinx 8.2.2b3881bbFix _CurrentDocument membership testing with '{c,cpp}:parent_symbol'92b5303Define_StrPath.__radd__()5739a9dBump versionee96ef3Bump to 8.2.2 final3e0021cMove Sphinx 8.2.2 CHANGES to doc/changes1a62f31Fix apidoc extension not setting default header/package name (#13391)13d2899ReplaceNonefilename with''inSphinx.add_js_file()(#13402)- Additional commits viewable in compare view
Updates flake8-bugbear from 24.12.12 to 25.10.21
Release notes
Sourced from flake8-bugbear's releases.
25.10.21
- B042: New check for reminding to call super().init in custom exceptions
- B028: Skip if skip_file_prefixes is used (#503)
- B912: New check for
map()without an explicitstrict=parameter. (#516)- Add python3.14 Support / CI
- Remove python3.9 support / CI
- flake8-bugbear now requires at least Python 3.10, like the next release of flake8
Commits
cdd75f1Update CHANGES + move to version 25.10.21 to release4601fe6Drop 3.9 support + add 3.14 CI (#524)3969961[pre-commit.ci] pre-commit autoupdate (#523)6276149[pre-commit.ci] pre-commit autoupdate (#522)d264420[pre-commit.ci] pre-commit autoupdate (#520)6ce427dBump actions/setup-python from 5 to 6 (#519)5bae5d9Bump actions/checkout from 4 to 5 (#518)67f82f1[pre-commit.ci] pre-commit autoupdate (#515)ca05a35B912: check if map calls have strict flag (#517)5962bbdAdd B042 into README- Additional commits viewable in compare view
Updates flake8-isort from 6.1.2 to 7.0.0
Changelog
Sourced from flake8-isort's changelog.
7.0.0 (2025-10-25)
Add support for isort 7.0.0. [gforcada]
Drop python 3.9 support and add Python 3.14 support. [gforcada]
Bump pypy minimum version to 3.10.
Commits
a34569aPreparing release 7.0.0c5c3e7eMerge pull request #158 from gforcada/py3147d2b96cUpdate CHANGES4aa848cchore(ci): bump python version for lintingb80c95afix(ci): bump pypy version4e5c91echore: add Python 3.14, drop 3.9074d53aMerge pull request #157 from gforcada/gforcada-patch-134059b4Update CHANGES915547fUpdate pyproject.toml353f45aMerge pull request #155 from gforcada/maintenance- Additional commits viewable in compare view
Updates isort from 6.1.0 to 7.0.0
Release notes
Sourced from isort's releases.
7.0.0
Changes
:boom: Breaking Changes
- Drop support for Python 3.9 (#2430)
@DanielNoord:rocket: Features
- Show absolute paths in skipped file messages (#2416)
@pranlawate:beetle: Fixes
- Some fixes for Python 3.14 (#2433)
@DanielNoord- Test on
3.14and fix any bugs (#2425)@DanielNoord- Update CHANGELOG.md + Fix Formatting and Grammar (#2419)
@lukbrew25- Fix output of hanging indent for long lines with noqa (#2407)
@matan1008:construction_worker: Continuous Integration
- Format with
ruffinstead ofblack(#2432)@DanielNoord- Target 3.10 for
ruff(#2431)@DanielNoord- Update development dependencies to latest version (#2426)
@DanielNoord- docs: update pre-commit examples to version 6.1.0 (#2413)
@pranlawate- Small cleanup for developer environment (#2418)
@DanielNoord:package: Dependencies
- Bump actions/setup-python from 5 to 6 in the github-actions group (#2411) @dependabot[bot]
Changelog
Sourced from isort's changelog.
Changelog
NOTE: isort follows the semver versioning standard. Find out more about isort's release policy here.
Commits
0a09c78Merge pull request #2433 from DanielNoord/python-3140fee794Add 3.14 tostdlibds332a1adBumpzstandardfor 3.14 compatf756e56Merge pull request #2432 from DanielNoord/ruff-it-up52f5134Format withruffinstead ofblack012aa69Merge pull request #2431 from DanielNoord/ruff-it-up89773dbTarget 3.10 withruff933e382Merge pull request #2430 from DanielNoord/drop-398b6e00cRemove support for Python 3.9b5f9f29Bump profile plugin to 3.10+ and re-lock- Additional commits viewable in compare view
Updates faker from 37.8.0 to 37.12.0
Release notes
Sourced from faker's releases.
Release v37.12.0
See CHANGELOG.md.
Release v37.11.0
See CHANGELOG.md.
Release v37.10.0
See CHANGELOG.md.
Release v37.9.0
See CHANGELOG.md.
Changelog
Sourced from faker's changelog.
v37.12.0 - 2025-10-07
- Add french VAT number. Thanks
@fabien-michel.v37.11.0 - 2025-10-07
- Add French company APE code. Thanks
@fabien-michel.v37.9.0 - 2025-10-07
- Add names generation to
en_KElocale. Thanks@titustum.
Commits
949a8d6Bump version: 37.11.0 → 37.12.0dcb996c:pencil: Update CHANGELOGa257bd5:lipstick: Lint code42e1e9cfeat: add french VAT number (#2265)178b17dfix tablef581c15:lipstick: lint codee90f028Add info about new provider to communityproviders.rst (#2268)fa0915aFix bank dry violation (#2267)5bbe46a:pencil: Fix CHANGELOG.md2a366a6Bump version: 37.10.0 → 37.11.0- Additional commits viewable in compare view
Updates syrupy from 4.9.1 to 5.0.0
Release notes
Sourced from syrupy's releases.
v5.0.0
Syrupy 5.0.0
(2025-09-28)
This release introduces new features, bug fixes, and a major license change. It also includes several breaking changes, so please review those carefully before upgrading.
New Features ✨
- Add
--snapshot-dirnameoption: A new option,--snapshot-dirname, is now available to change the default directory snapshots are stored in. ([#810](syrupy-project/syrupy#810))- Remove private underscore prefix: The unnecessary underscore prefixes have been removed from public methods for better code clarity. ([8cfc905](https://github.com/syrupy-project/syrupy/commit/8cfc9059d37066187ac419e2233059bad58b667f))
Bug Fixes 🐛
- Fix terminal summary for
xdistworkers: Resolves an issue where the terminal summary was not displayed correctly withxdistworkers. ([#978](syrupy-project/syrupy#978))- Ensure
pytest_assertrepr_comparehook is called first: This change ensures that Syrupy's assertion hook takes precedence, improving compatibility with other plugins. ([#984](syrupy-project/syrupy#984))
Breaking Changes ⚠️
License change: The project has switched to the more permissive MIT license. This change applies to all versions from 5.0.0 and beyond. If you need to use the previous Apache 2.0 license, you must continue to use Syrupy versions 4.x or earlier. ([#945](syrupy-project/syrupy#945))
Python and pytest version requirements: Syrupy now requires Python 3.10 or higher. Support for Python 3.8 has been dropped as it reached its end of life in October 2024. The minimum required version of pytest is v8. ([#904](syrupy-project/syrupy#904), [#1024](syrupy-project/syrupy#1024))
Method and constant name changes: Several methods and constants have been renamed for improved clarity and to align with public API standards.
SnapshotCollectionStorage
_read_snapshot_collection->read_snapshot_collection_read_snapshot_data_from_location->read_snapshot_data_from_location_write_snapshot_collection->write_snapshot_collection_get_file_basename->get_file_basename_file_extension->file_extension
AmberDataSerializer
_snapshot_sort_key->snapshot_sort_keyConstants
SNAPSHOT_EMPTY_FOSSIL_KEY->SNAPSHOT_EMPTY_COLLECTION_KEYSNAPSHOT_UNKNOWN_FOSSIL_KEY->SNAPSHOT_UNKNOWN_COLLECTION_KEYSNAPSHOT_DIRNAMEhas been removed in favour of the property on theSnapshotCollectionStorageclass and associated CLI option.New Contributors
@paul-ollismade their first contribution in syrupy-project/syrupy#978@rahuliyer95made their first contribution in syrupy-project/syrupy#984Full Changelog: https://github.com/syrupy-project/syrupy/compare/v4.9.1...v5.0.0
Changelog
Sourced from syrupy's changelog.
5.0.0 (2025-09-28)
Bug Fixes
- Block terminal summary for xdist workers. (#978) (33a848d)
- ensure syrupy's pytest_assertrepr_compare hook is called first. (#984) (eb0024d)
Code Refactoring
- remove incorrect private underscore prefix from public methods (8cfc905)
Features
- add --snapshot-dirname option, close #810 (27135c7)
- drop support for py3.8, raise min. pytest to v8 (#904) (a879ff1)
- update min. python version to 3.10 (#1024) (16b4113)
BREAKING CHANGES
- The following methods have been renamed:
SnapshotCollectionStorage
- _read_snapshot_collection -> read_snapshot_collection
- _read_snapshot_data_from_location -> read_snapshot_data_from_location
- _write_snapshot_collection -> write_snapshot_collection
- _get_file_basename -> get_file_basename
- _file_extension -> file_extension
AmberDataSerializer
- _snapshot_sort_key -> snapshot_sort_key
Renamed constants to improve clarity:
constants
- SNAPSHOT_EMPTY_FOSSIL_KEY -> SNAPSHOT_EMPTY_COLLECTION_KEY
- SNAPSHOT_UNKNOWN_FOSSIL_KEY -> SNAPSHOT_UNKNOWN_COLLECTION_KEY
- Min. python version is now 3.10.
- The Syrupy project is switching from Apache 2.0 to a more permissive MIT license. By using Syrupy >=5, you agree to abide by this new license. You can continue to use Syrupy v1 through v4 under Apache 2.0.
- Drops support for Python 3.8 which is end of life as of October 2024. Raises the minimum version of pytest to v8.
Commits
9b4cc82chore(release): 5.0.0 [skip ci]af15385Merge pull request #1027 from syrupy-project/test_py_3_14461ad22chore: test against py3.1495ffbcbMerge pull request #1026 from syrupy-project/rename_methods27135c7feat: add --snapshot-dirname option, close #8108cfc905refactor: remove incorrect private underscore prefix from public methodse1dbf5dchore(deps): update python docker tag to v3.13.7 (#1025)16b4113feat: update min. python version to 3.10 (#1024)434c63fchore(deps): update codecov/codecov-action action to v5.5.1 (#1021)b2e49bachore(deps): update dependency pytest to v8.4.2 (#1022)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
faker
pip
37.8.0 → 37.12.0
Minor
/requirements
flake8-bugbear
pip
24.12.12 → 25.10.21
Major
/requirements
flake8-isort
pip
6.1.2 → 7.0.0
Major
/requirements
Technical Details
| ID: | 11661624 |
| UUID: | 3578449189 |
| Node ID: | PR_kwDOAU-ALs6xAkBS |
| Host: | GitHub |
| Repository: | django-json-api/django-rest-framework-json-api |