chore(deps): bump the pip-version-updates group with 3 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(10 months ago)
(10 months ago)
dependencies python
Bumps the pip-version-updates group with 3 updates: tox, mypy and ruff.
Updates tox from 4.28.0 to 4.28.4
Release notes
Sourced from tox's releases.
4.28.4
What's Changed
- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in tox-dev/tox#3570- Pass ssh-agent variables by default by
@daniilgankovin tox-dev/tox#3572New Contributors
@daniilgankovmade their first contribution in tox-dev/tox#3572Full Changelog: https://github.com/tox-dev/tox/compare/4.28.3...4.28.4
4.28.3
What's Changed
- Fix typo on cmd_build filter check expression by
@gaborbernatin tox-dev/tox#3569Full Changelog: https://github.com/tox-dev/tox/compare/4.28.2...4.28.3
4.28.2
What's Changed
- Don't pass in the filter argument to tar.extractall on old Python versions by
@gaborbernatin tox-dev/tox#3568Full Changelog: https://github.com/tox-dev/tox/compare/4.28.1...4.28.2
4.28.1
What's Changed
- Fix an issue number typo in changelog by
@hroncokin tox-dev/tox#3563- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in tox-dev/tox#3564- Only use tarfile.data_filter when it's available by
@gaborbernatin tox-dev/tox#3566Full Changelog: https://github.com/tox-dev/tox/compare/4.28.0...4.28.1
Changelog
Sourced from tox's changelog.
v4.28.4 (2025-07-31)
Features - 4.28.4
- Pass ssh-agent variables ``SSH_AGENT_PID`` and ``SSH_AUTH_SOCK`` in ``pass_env`` by default. - by :user:`daniilgankov` (:issue:`3572`)v4.28.3 (2025-07-25)
No significant changes.
v4.28.2 (2025-07-25)
Bugfixes - 4.28.2
- Don't pass in the filter argument to tar.extractall on old Python versions - by :user:
gaborbernat. (:issue:3568)v4.28.1 (2025-07-22)
Bugfixes - 4.28.1
- Use `tarfile.data_filter <https://docs.python.org/3/library/tarfile.html#tarfile.data_filter>`_ with ``extractall`` only on supported Python versions:
>= 3.11.4>= 3.10.12and< 3.11>= 3.9.17and< 3.10by :user:
gaborbernat. (:issue:3565)
Commits
611b751release 4.28.49f2db71Pass ssh-agent variables by default (#3572)c28c4b1[pre-commit.ci] pre-commit autoupdate (#3570)815ca31release 4.28.38a59b92Fix type on expression (#3569)ebfaab6release 4.28.2ae930dbDon't pass in hte filter argument to tar.extractall on old Python versions (#...c836ab2release 4.28.1c343b26Only use tarfile.data_filter when it's available (#3566)753dd62[pre-commit.ci] pre-commit autoupdate (#3564)- Additional commits viewable in compare view
Updates mypy from 1.17.0 to 1.17.1
Changelog
Sourced from mypy's changelog.
Mypy 1.17.1
- Retain
Noneas constraints bottom if no bottoms were provided (Stanislav Terliakov, PR 19485)- Fix "ignored exception in
hasattr" in dmypy (Stanislav Terliakov, PR 19428)- Prevent a crash when InitVar is redefined with a method in a subclass (Stanislav Terliakov, PR 19453)
Acknowledgements
Thanks to all mypy contributors who contributed to this release:
- Alexey Makridenko
- Brian Schubert
- Chad Dombrova
- Chainfire
- Charlie Denton
- Charulata
- Christoph Tyralla
- CoolCat467
- Donal Burns
- Guy Wilson
- Ivan Levkivskyi
- johnthagen
- Jukka Lehtosalo
- Łukasz Kwieciński
- Marc Mueller
- Michael J. Sullivan
- Mikhail Golubev
- Sebastian Rittau
- Shantanu
- Stanislav Terliakov
- wyattscarpenter
I’d also like to thank my employer, Dropbox, for supporting mypy development.
Mypy 1.16
We’ve just uploaded mypy 1.16 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features and bug fixes. You can install it as follows:
python3 -m pip install -U mypyYou can read the full documentation for this release on Read the Docs.
Different Property Getter and Setter Types
Mypy now supports using different types for a property getter and setter:
class A: _value: int </tr></table>
... (truncated)
Commits
acb2983Bump version to 1.17.1933c913RetainNoneas constraints bottom if no bottoms were provided (#19485)5f4428fFix "ignored exception inhasattr" in dmypy (#19428)88fdeaaPrevent a crash when InitVar is redefined with a method in a subclass (#19453)e44d14fBump version to 1.17.1+dev- See full diff in compare view
Updates ruff from 0.12.4 to 0.12.7
Release notes
Sourced from ruff's releases.
0.12.7
Release Notes
This is a follow-up release to 0.12.6. Because of an issue in the package metadata, 0.12.6 failed to publish fully to PyPI and has been yanked. Similarly, there is no GitHub release or Git tag for 0.12.6. The contents of the 0.12.7 release are identical to 0.12.6, except for the updated metadata.
0.12.6 Release Notes
Preview features
- [
flake8-commas] Add support for trailing comma checks in type parameter lists (COM812,COM819) (#19390)- [
pylint] Implement auto-fix formissing-maxsplit-arg(PLC0207) (#19387)- [
ruff] Offer fixes forRUF039in more cases (#19065)Bug fixes
- Support
.pyifiles in ruff analyze graph (#19611)- [
flake8-pyi] Preserve inline comment in ellipsis removal (PYI013) (#19399)- [
perflint] Ignore rule if target isglobalornonlocal(PERF401) (#19539)- [
pyupgrade] FixUP030to avoid modifying double curly braces in format strings (#19378)- [
refurb] Ignore decorated functions forFURB118(#19339)- [
refurb] Markintandboolcases forDecimal.from_floatas safe fixes (FURB164) (#19468)- [
ruff] FixRUF033for named default expressions (#19115)Rule changes
- [
flake8-blind-except] ChangeBLE001to permitlogging.critical(..., exc_info=True)(#19520)Performance
- Add support for specifying minimum dots in detected string imports (#19538)
Contributors
... (truncated)
Changelog
Sourced from ruff's changelog.
0.12.7
This is a follow-up release to 0.12.6. Because of an issue in the package metadata, 0.12.6 failed to publish fully to PyPI and has been yanked. Similarly, there is no GitHub release or Git tag for 0.12.6. The contents of the 0.12.7 release are identical to 0.12.6, except for the updated metadata.
0.12.6
Preview features
- [
flake8-commas] Add support for trailing comma checks in type parameter lists (COM812,COM819) (#19390)- [
pylint] Implement auto-fix formissing-maxsplit-arg(PLC0207) (#19387)- [
ruff] Offer fixes forRUF039in more cases (#19065)Bug fixes
- Support
.pyifiles in ruff analyze graph (#19611)- [
flake8-pyi] Preserve inline comment in ellipsis removal (PYI013) (#19399)- [
perflint] Ignore rule if target isglobalornonlocal(PERF401) (#19539)- [
pyupgrade] FixUP030to avoid modifying double curly braces in format strings (#19378)- [
refurb] Ignore decorated functions forFURB118(#19339)- [
refurb] Markintandboolcases forDecimal.from_floatas safe fixes (FURB164) (#19468)- [
ruff] FixRUF033for named default expressions (#19115)Rule changes
- [
flake8-blind-except] ChangeBLE001to permitlogging.critical(..., exc_info=True)(#19520)Performance
- Add support for specifying minimum dots in detected string imports (#19538)
0.12.5
Preview features
- [
flake8-use-pathlib] Add autofix forPTH101,PTH104,PTH105,PTH121(#19404)- [
ruff] Support byte strings (RUF055) (#18926)Bug fixes
- Fix
unreachablepanic in parser (#19183)- [
flake8-pyi] Skip fix if allUnionmembers areNone(PYI016) (#19416)- [
perflint] Parenthesize generator expressions (PERF401) (#19325)- [
pylint] Handle empty comments after line continuation (PLR2044) (#19405)Rule changes
- [
pep8-naming] FixN802false positives forCGIHTTPRequestHandlerandSimpleHTTPRequestHandler(#19432)
Commits
c5ac998Bump 0.12.7 (#19627)04a8f64Revertlicenseandlicense-fileschanges inpyproject.toml(#19624)6e00adfBump 0.12.6 (#19622)864196bAddChecker::contextmethod, deduplicate Unicode checks (#19609)ae26fa0[flake8-pyi] Preserve inline comment in ellipsis removal (PYI013) (#19399)88a6799[ty] Add flow diagram for import resolution941be52[ty] Add comments to some core resolver functions13624ce[ty] Add missing ticks and use consistent quotingedb2f8e[ty] Reflow some long lines5e6ad84[ty] Unexport helper function- 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
Pull Request Statistics
0
0
+0
-0
Technical Details
| ID: | 5313847 |
| UUID: | 3290405788 |
| Node ID: | PR_kwDOOOXXG86iDlSL |
| Host: | GitHub |
| Repository: | zitadel/client-python |