Bump the poetry-dependencies group with 9 updates#276
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the poetry-dependencies group with 9 updates#276dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the poetry-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [ruff](https://github.com/astral-sh/ruff) | `0.15.1` | `0.15.4` | | [typeguard](https://github.com/agronholm/typeguard) | `4.5.0` | `4.5.1` | | [pyarrow](https://github.com/apache/arrow) | `23.0.0` | `23.0.1` | | [certifi](https://github.com/certifi/python-certifi) | `2026.1.4` | `2026.2.25` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.24.2` | `3.24.3` | | [librt](https://github.com/mypyc/librt) | `0.8.0` | `0.8.1` | | [responses](https://github.com/getsentry/responses) | `0.25.8` | `0.26.0` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.40.0` | `0.41.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.36.1` | `21.1.0` | Updates `ruff` from 0.15.1 to 0.15.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.1...0.15.4) Updates `typeguard` from 4.5.0 to 4.5.1 - [Release notes](https://github.com/agronholm/typeguard/releases) - [Commits](agronholm/typeguard@4.5.0...4.5.1) Updates `pyarrow` from 23.0.0 to 23.0.1 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-23.0.0...apache-arrow-23.0.1) Updates `certifi` from 2026.1.4 to 2026.2.25 - [Commits](certifi/python-certifi@2026.01.04...2026.02.25) Updates `filelock` from 3.24.2 to 3.24.3 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.24.2...3.24.3) Updates `librt` from 0.8.0 to 0.8.1 - [Commits](mypyc/librt@v0.8.0...v0.8.1) Updates `responses` from 0.25.8 to 0.26.0 - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](getsentry/responses@0.25.8...0.26.0) Updates `uvicorn` from 0.40.0 to 0.41.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.40.0...0.41.0) Updates `virtualenv` from 20.36.1 to 21.1.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.36.1...21.1.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: typeguard dependency-version: 4.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: certifi dependency-version: 2026.2.25 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: filelock dependency-version: 3.24.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: librt dependency-version: 0.8.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: responses dependency-version: 0.26.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: uvicorn dependency-version: 0.41.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: virtualenv dependency-version: 21.1.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: poetry-dependencies ... 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 poetry-dependencies group with 9 updates:
0.15.10.15.44.5.04.5.123.0.023.0.12026.1.42026.2.253.24.23.24.30.8.00.8.10.25.80.26.00.40.00.41.020.36.121.1.0Updates
rufffrom 0.15.1 to 0.15.4Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
f14edd8Bump 0.15.4 (#23595)fd09d37Fix panic on access to definitions after analyzing definitions (#23588)81d655f[pyflakes] suppress false positive inF821for names used beforedelin...625b4f5[ruff] docs: Clarify first-party import detection in Ruff (#23591)60facfaone word typo fix in awhile_loop.mdtest case (#23589)fbb9fa7docs: fix incorrect import-heading example (#23568)5bc49a9Increase the ruleset size to 16 bits (#23586)a62ba8c[ty] Fix overloaded callable assignability for unary Callable targets (#23277)e5f2f36Bump 0.15.3 (#23585)0e19fc9[ty] defer calculating conjunctions in narrowing constraints (#23552)Updates
typeguardfrom 4.5.0 to 4.5.1Release notes
Sourced from typeguard's releases.
Commits
67cae3dAdded release date8005884Fixed incorrect calculation of cutoff_offset in check_variable_assignment()Updates
pyarrowfrom 23.0.0 to 23.0.1Release notes
Sourced from pyarrow's releases.
Commits
82a374eMINOR: [Release] Update versions for 23.0.1c1ae37cMINOR: [Release] Update .deb/.rpm changelogs for 23.0.18f6e557MINOR: [Release] Update CHANGELOG.md for 23.0.14e16a1aGH-49159: [C++][Gandiva] Detect overflow in repeat() (#49160)985621dGH-48817 [R][C++] Bump C++20 in R build infrastructure (#48819)1bea06aGH-49024: [CI] Update Debian version in.env(#49032)147bcd6GH-49156: [Python] Require GIL for string comparison (#49161)e4f922bGH-49138: [Packaging][Python] Remove nightly cython install from manylinux wh...f9376e4GH-49003: [C++] Don't considerout_of_rangean error in float parsing (#49095)ab2c0adGH-49044: [CI][Python] Fix test_download_tzdata_on_windows by adding required...Updates
certififrom 2026.1.4 to 2026.2.25Commits
8571a4b2026.02.25 (#395)6f7de00Bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 (#390)a1de59bBump actions/checkout from 6.0.1 to 6.0.2 (#391)7f5ade5Bump actions/setup-python from 6.1.0 to 6.2.0 (#392)Updates
filelockfrom 3.24.2 to 3.24.3Release notes
Sourced from filelock's releases.
Changelog
Sourced from filelock's changelog.
... (truncated)
Commits
b34b3dfRelease 3.24.3e266937🐛 fix(unix): handle ENOENT race on FUSE/NFS during acquire (#495)e65c3b8[pre-commit.ci] pre-commit autoupdate (#493)a67ae00🐛 fix(ci): add trailing blank line after changelog entries (#492)Updates
librtfrom 0.8.0 to 0.8.1Commits
e9c167eSync mypyUpdates
responsesfrom 0.25.8 to 0.26.0Release notes
Sourced from responses's releases.
Changelog
Sourced from responses's changelog.
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'Updates
uvicornfrom 0.40.0 to 0.41.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
9283c0fVersion 0.41.0 (#2821)a01a33eAdd--limit-max-requests-jitterto stagger worker restarts (#2707)2ce65bdIgnore permission denied errors in watchfiles reloader (#2817)654f2edEnsure lifespan shutdown runs whenshould_exitis set during startup (#2812)a03d9f6Reduce the log level of 'request limit exceeded' messages (#2788)e377de4Add socket path to scope["server"] (#2561)0779f7fPoll for readiness intest_multiprocess_health_checkandrun_server(#2816)7e9ce2cPoll for PID changes intest_multiprocess_sighupinstead of fixed sleep (#2...99f0d87Fix grep warning in scripts/sync-version (#2807)7ae2e63chore(deps): bump the python-packages group with 18 updates (#2801)Updates
virtualenvfrom 20.36.1 to 21.1.0Release notes
Sourced from virtualenv's releases.
... (truncated)
Changelog
Sourced from virtualenv's changelog.
... (truncated)
Commits
404a3e5release 21.1.0981d87cadd comprehensive type annotations across the entire codebase (#3076)17d98baAdd security policy7687420release 21.0.08ec3142📝 docs(changelog): add removal entry for python-discovery extraction (#3074)f89d46c♻️ refactor(discovery): extract py_discovery as self-contained package (#3070)0272c72release 20.39.1b1ca37f🐛 fix(create): add pythonw3.exe to Windows venvs (#3073)1d4a338✨ feat(create): add RustPython support (#3071)a10c5d4Align dependency versions across projects (#3069)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