Bump the python group across 1 directory with 8 updates#204
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the python group across 1 directory with 8 updates#204dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the python group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.31` | `2.0.32` | | [zstandard](https://github.com/indygreg/python-zstandard) | `0.22.0` | `0.23.0` | | [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.2` | | [flake8](https://github.com/pycqa/flake8) | `7.1.0` | `7.1.1` | | [pylint](https://github.com/pylint-dev/pylint) | `3.2.5` | `3.2.7` | | [black](https://github.com/psf/black) | `24.4.2` | `24.8.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.2` | | [furo](https://github.com/pradyunsg/furo) | `2024.5.6` | `2024.8.6` | Updates `sqlalchemy` from 2.0.31 to 2.0.32 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `zstandard` from 0.22.0 to 0.23.0 - [Release notes](https://github.com/indygreg/python-zstandard/releases) - [Changelog](https://github.com/indygreg/python-zstandard/blob/main/docs/news.rst) - [Commits](indygreg/python-zstandard@0.22.0...0.23.0) Updates `mypy` from 1.10.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.1...v1.11.2) Updates `flake8` from 7.1.0 to 7.1.1 - [Commits](PyCQA/flake8@7.1.0...7.1.1) Updates `pylint` from 3.2.5 to 3.2.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.5...v3.2.7) Updates `black` from 24.4.2 to 24.8.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.4.2...24.8.0) Updates `pytest` from 8.2.2 to 8.3.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.2.2...8.3.2) Updates `furo` from 2024.5.6 to 2024.8.6 - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](pradyunsg/furo@2024.05.06...2024.08.06) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: zstandard dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: furo dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
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 python group with 8 updates in the / directory:
2.0.312.0.320.22.00.23.01.10.11.11.27.1.07.1.13.2.53.2.724.4.224.8.08.2.28.3.22024.5.62024.8.6Updates
sqlalchemyfrom 2.0.31 to 2.0.32Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
zstandardfrom 0.22.0 to 0.23.0Changelog
Sourced from zstandard's changelog.
Commits
e27f2f4global: release 0.23.0490b534ci: build Linux wheels for more platforms5dfd6b5ci: upgrade dependencies3ea96b6tests: suppress data_too_large health check518ade4global: reflect upgrade to zstd 1.5.6244412fzstd: upgrade vendored zstd to 1.5.6cd98f63rust: upgrade packages in Cargo.toml6ff6b7ebuild: remove wheel from explicit dependenciesf90e2bbsetup: Python 3.13 support42cc141ci: update dependencies in requirements.txtUpdates
mypyfrom 1.10.1 to 1.11.2Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
789f02cBump version to 1.11.2917cc75An alternative fix for a union-like literal string (#17639)7d805b3Unwrap TypedDict item types before storing (#17640)32675ddRevert "Fix Literal strings containing pipe characters" (#17638)778542bRevert "FixRawExpressionType.acceptcrash with--cache-fine-grained" (#1...14ab742Bump version to 1.11.2+dev570b90aBump version to 1.11b3a102eFixRawExpressionType.acceptcrash with--cache-fine-grained(#17588)aec04c7Fix PEP 604 isinstance caching (#17563)cb44e4dFixtyping.TypeAliasTypebeing undefined on python < 3.12 (#17558)Updates
flake8from 7.1.0 to 7.1.1Commits
cf1542cRelease 7.1.1939ea3dMerge pull request #1949 from stephenfin/issue-1948bdcd5c2Handle escaped braces in f-strings2a811ccMerge pull request #1946 from Viicos/patch-110314adFix wording of plugins documentationUpdates
pylintfrom 3.2.5 to 3.2.7Commits
a98215bBump pylint to 3.2.7, update changelog1deaffaFix to maintain order of package paths (#9887) (#9897)b4c2951[Backport maintenance/3.2.x] Fix a crash inundefined-loop-variablewith `e...f1925f4Fix crash in refactoring checker when calling bound lambda (#9867)7d1626cFix a false positiveunreachableforNoReturncoroutine functions (#9844)...da19566Bump pylint to 3.2.6, update changelog (#9825)810c59cUpdate setuptools to >=71.0.4 (#9812) (#9824)5f19cd5Fix a crash when a subclass extends__slots__(#9817) (#9822)c0b1d22Bump astroid to 3.2.4 (#9816) (#9821)1d877deFix consider-using-min-max-builtin (#9802) (#9803)Updates
blackfrom 24.4.2 to 24.8.0Release notes
Sourced from black's releases.
Changelog
Sourced from black's changelog.
Commits
b965c2aPrepare release 24.8.0 (#4426)9ccf279Documentfind_project_rootignoringpyproject.tomlwithout[tool.black]...14b6e61fix: Enhace black efficiently to skip directories listed in .gitignore (#4415)b1c4dd9fix: respect braces better in f-string parsing (#4422)4b4ae43Fix incorrect linenos on fstring tokens with escaped newlines (#4423)7fa1fafdocs: fix the installation command of extra for blackd (#4413)8827accBump sphinx from 7.3.7 to 7.4.0 in /docs (#4404)b0da11dBump furo from 2024.5.6 to 2024.7.18 in /docs (#4409)721dff5fix: avoid formatting backslash strings inside f-strings (#4401)7e2afc9Updateactions/checkoutto v4 to stop node deprecation warnings (#4379)Updates
pytestfrom 8.2.2 to 8.3.2Release notes
Sourced from pytest's releases.
... (truncated)
Commits
bbcec9cPrepare release version 8.3.278fe8b6Merge pull request #12657 from pytest-dev/patchback/backports/8.3.x/6c806b499...238bad2Merge pull request #12656 from RonnyPfannschmidt/fix-12652-detect-conda-envae6034aMerge pull request #12641 from pytest-dev/patchback/backports/8.3.x/c03989cee...31337abMerge pull request #12640 from pytest-dev/update-userca3070bMerge pull request #12637 from pytest-dev/release-8.3.1de98446Prepare release version 8.3.1bd0a042Merge pull request #12636 from pytest-dev/update-release-notes664325bdoc/changelog: update 8.3.0 notes19d225dMerge pull request #12635 from pytest-dev/release-8.3.0Updates
furofrom 2024.5.6 to 2024.8.6Changelog
Sourced from furo's changelog.
... (truncated)
Commits
1bbf4eePrepare release: 2024.08.06bcb22c3Update changeloge633f02Improve the selector for sidebard2fa2e0[pre-commit.ci] pre-commit autoupdate (#821)05a2d63Add smoother transitions between breakpointsd261d3b[pre-commit.ci] pre-commit autoupdate (#810)2d3b6baAdd support for Sphinx 8bf98041Increase specificity of table-wrapper selectorfc6337cFix the figuresfd3f422Avoid page breaks inside paragraphsDependabot 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