python-sdk
python-sdk copied to clipboard
chore(deps): bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: autoflake, black and pyupgrade.
Updates autoflake from 2.3.0 to 2.3.1
Release notes
Sourced from autoflake's releases.
v2.3.1
What's Changed
- Update pre-commit config by
@fsouzain PyCQA/autoflake#295- github/workflows/main: use
pre-commit/actionby@fsouzain PyCQA/autoflake#297- Always set encoding when reading
setup.cfgby@fsouzain PyCQA/autoflake#296- Bump to v2.3.1 by
@fsouzain PyCQA/autoflake#298Full Changelog: https://github.com/PyCQA/autoflake/compare/v2.3.0...v2.3.1
Commits
0544741Bump to v2.3.12f53416Always set encoding when readingsetup.cfgadb09c8github/workflows/main: usepre-commit/actionb58a71aReformat after updating pre-commit configcda2f91pre-commit-config: move back to black and autoflakeb8e0784Reformat code after updating pre-commit hooks19d8740pre-commit autoupdatecce4c16Bump actions/cache from 4.0.0 to 4.0.1 (#293)- See full diff in compare view
Updates black from 24.3.0 to 24.4.2
Release notes
Sourced from black's releases.
24.4.2
This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1.
Parser
- Fix regression where certain complex f-strings failed to parse (#4332)
Performance
- Fix bad performance on certain complex string literals (#4331)
24.4.1
Highlights
- Add support for the new Python 3.12 f-string syntax introduced by PEP 701 (#3822)
Stable style
- Fix crash involving indented dummy functions containing newlines (#4318)
Parser
- Add support for type parameter defaults, a new syntactic feature added to Python 3.13 by PEP 696 (#4327)
Integrations
- Github Action now works even when
git archiveis skipped (#4313)24.4.0
Stable style
- Fix unwanted crashes caused by AST equivalency check (#4290)
Preview style
ifguards incaseblocks are now wrapped in parentheses when the line is too long. (#4269)- Stop moving multiline strings to a new line unless inside brackets (#4289)
Integrations
- Add a new option
use_pyprojectto the GitHub Actionpsf/black. This will read the Black version frompyproject.toml. (#4294)
Changelog
Sourced from black's changelog.
24.4.2
This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1.
Parser
- Fix regression where certain complex f-strings failed to parse (#4332)
Performance
- Fix bad performance on certain complex string literals (#4331)
24.4.1
Highlights
- Add support for the new Python 3.12 f-string syntax introduced by PEP 701 (#3822)
Stable style
- Fix crash involving indented dummy functions containing newlines (#4318)
Parser
- Add support for type parameter defaults, a new syntactic feature added to Python 3.13 by PEP 696 (#4327)
Integrations
- Github Action now works even when
git archiveis skipped (#4313)24.4.0
Stable style
- Fix unwanted crashes caused by AST equivalency check (#4290)
Preview style
ifguards incaseblocks are now wrapped in parentheses when the line is too long. (#4269)- Stop moving multiline strings to a new line unless inside brackets (#4289)
Integrations
- Add a new option
use_pyprojectto the GitHub Actionpsf/black. This will read the Black version frompyproject.toml. (#4294)
Commits
3702ba2Prepare release 24.4.2 (#4335)e4aaa8aFix incorrect f-string tokenization (#4332)ba88fc3Simplify string tokenization regexes (#4331)5683242New release templatee7fb048Prepare release 24.4.1 (#4328)3f0f8f1Support PEP 696 (#4327)2f88085Github Action: Directly install from repo ifexport-substis skipped (#4313)12ce3dbMove changelog entry to right section (#4326)1354be2Add support to style function definitions with newlines before function stubs...f4b644bPrevent wrapping of multiline fstrings in parens (#4325)- Additional commits viewable in compare view
Updates pyupgrade from 3.15.1 to 3.15.2
Commits
12af25ev3.15.29a0cad2Merge pull request #939 from asottile/shlex-join-not-spaced560e38only replace to shlex.join if joined with a space3e4103fMerge pull request #937 from asottile/pre-commit-ci-update-config03188f9[pre-commit.ci] pre-commit autoupdate0bd52f2Merge pull request #935 from asottile/pre-commit-ci-update-configa3f4805[pre-commit.ci] pre-commit autoupdate- See full diff 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