deps(deps-dev): bump the python-development group with 3 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(4 months ago)
(4 months ago)
dependencies python:uv
Bumps the python-development group with 3 updates: pyfakefs, responses and ruff.
Updates pyfakefs from 6.1.1 to 6.1.2
Release notes
Sourced from pyfakefs's releases.
pyfakefs release version 6.1.2
Fixes a regression caused by the introduced weak references.
Changelog
Sourced from pyfakefs's changelog.
Version 6.1.2 (2026-02-22)
Fixes a regression caused by the introduced weakrefs.
Fixes
- do not use weakrefs for filesystem objects in fake modules (see #1284)
Commits
9dd9295Release 6.1.22b05486Add troubleshooting doc for large memory use5345b75Do not use weakrefs for fs objects in fake modules- See full diff in compare view
Updates responses from 0.25.8 to 0.26.0
Release notes
Sourced from responses's releases.
0.26.0
- When using
assert_all_requests_are_fired=True, assertions about unfired requests are now raised even when an exception occurs in the context manager or decorated function. Previously, these assertions were suppressed when exceptions occurred. This new behavior provides valuable debugging context about which mocked requests were or weren't called.- Consider the
Retry-Afterheader when handling retries
Changelog
Sourced from responses's changelog.
0.26.0
- When using
assert_all_requests_are_fired=True, assertions about unfired requests are now raised even when an exception occurs in the context manager or decorated function. Previously, these assertions were suppressed when exceptions occurred. This new behavior provides valuable debugging context about which mocked requests were or weren't called.- Consider the
Retry-Afterheader when handling retries
Commits
94913d0release: 0.26.0051b79eMakeassert_all_requests_are_firedalways assert on exception (#782)0905cb8Fix query_param_matcher not matching empty query parameter values (#787)e0c6faaci(release): Switch from action-prepare-release to Craft (#785)1be3a73fix: Consider theRetry-Afterheader when handling retries (#784)c6730fbMerge branch 'release/0.25.8'- See full diff in compare view
Updates ruff from 0.15.1 to 0.15.2
Release notes
Sourced from ruff's releases.
0.15.2
Release Notes
Released on 2026-02-19.
Preview features
Expand the default rule set (#23385)
In preview, Ruff now enables a significantly expanded default rule set of 412 rules, up from the stable default set of 59 rules. The new rules are mostly a superset of the stable defaults, with the exception of these rules, which are removed from the preview defaults:
multiple-imports-on-one-line(E401)module-import-not-at-top-of-file(E402)module-import-not-at-top-of-file(E701)multiple-statements-on-one-line-semicolon(E702)useless-semicolon(E703)none-comparison(E711)true-false-comparison(E712)not-in-test(E713)not-is-test(E714)type-comparison(E721)lambda-assignment(E731)ambiguous-variable-name(E741)ambiguous-class-name(E742)ambiguous-function-name(E743)undefined-local-with-import-star(F403)undefined-local-with-import-star-usage(F405)undefined-local-with-nested-import-star-usage(F406)forward-annotation-syntax-error(F722)If you use preview and prefer the old defaults, you can restore them with configuration like:
# ruff.toml[lint] select = ["E4", "E7", "E9", "F"]
pyproject.toml
[tool.ruff.lint] select = ["E4", "E7", "E9", "F"]
If you do give them a try, feel free to share your feedback in the GitHub discussion!
[
flake8-pyi] Also check string annotations (PYI041) (#19023)Bug fixes
... (truncated)
Changelog
Sourced from ruff's changelog.
0.15.2
Released on 2026-02-19.
Preview features
Expand the default rule set (#23385)
In preview, Ruff now enables a significantly expanded default rule set of 412 rules, up from the stable default set of 59 rules. The new rules are mostly a superset of the stable defaults, with the exception of these rules, which are removed from the preview defaults:
multiple-imports-on-one-line(E401)module-import-not-at-top-of-file(E402)module-import-not-at-top-of-file(E701)multiple-statements-on-one-line-semicolon(E702)useless-semicolon(E703)none-comparison(E711)true-false-comparison(E712)not-in-test(E713)not-is-test(E714)type-comparison(E721)lambda-assignment(E731)ambiguous-variable-name(E741)ambiguous-class-name(E742)ambiguous-function-name(E743)undefined-local-with-import-star(F403)undefined-local-with-import-star-usage(F405)undefined-local-with-nested-import-star-usage(F406)forward-annotation-syntax-error(F722)If you use preview and prefer the old defaults, you can restore them with configuration like:
# ruff.toml[lint] select = ["E4", "E7", "E9", "F"]
pyproject.toml
[tool.ruff.lint] select = ["E4", "E7", "E9", "F"]
If you do give them a try, feel free to share your feedback in the GitHub discussion!
... (truncated)
Commits
9d18ee9Hard code workflow name andcancel-in-progressonly for PRs (#23431)7cc15f0Bump 0.15.2 (#23430)d1b5443Add extension mapping to configuration file options (#23384)222574aExpand the default rule set (#23385)1465b5d[flake8-async] Fixin_async_contextlogic (#23426)410902f[pyupgrade] Fix handling oftyping.{io,re}(UP035) (#23131)729610a[ty] Fall back to ambiguous for large control flow graphs (#23399)1425c18[ty] Add code folding support97acaae[ty] Fix stack overflow for self-referentialTypeOfin annotations (#23407)1f380c8[ty] Update testsreveal_typeandNever(#23418)- 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 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
Technical Details
| ID: | 14059460 |
| UUID: | 3976927674 |
| Node ID: | PR_kwDOPUpNZM7FlUy5 |
| Host: | GitHub |
| Repository: | softwareone-platform/mpt-api-python-client |