Bump the development-version-updates group across 1 directory with 5 updates#338
Merged
github-actions[bot] merged 1 commit intomainfrom Feb 23, 2026
Conversation
…updates Bumps the development-version-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [psycopg](https://github.com/psycopg/psycopg) | `3.3.2` | `3.3.3` | | [tox](https://github.com/tox-dev/tox) | `4.36.0` | `4.44.0` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.40.0` | `0.41.0` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.24.2` | `3.24.3` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.36.1` | `20.38.0` | Updates `psycopg` from 3.3.2 to 3.3.3 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.3.2...3.3.3) Updates `tox` from 4.36.0 to 4.44.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.36.0...4.44.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 `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 `virtualenv` from 20.36.1 to 20.38.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...20.38.0) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-version-updates - dependency-name: tox dependency-version: 4.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-version-updates - dependency-name: uvicorn dependency-version: 0.41.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-version-updates - dependency-name: filelock dependency-version: 3.24.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-version-updates - dependency-name: virtualenv dependency-version: 20.38.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-version-updates ... 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 development-version-updates group with 5 updates in the / directory:
3.3.23.3.34.36.04.44.00.40.00.41.03.24.23.24.320.36.120.38.0Updates
psycopgfrom 3.3.2 to 3.3.3Changelog
Sourced from psycopg's changelog.
... (truncated)
Commits
1a8f65achore: bump psycopg package version to 3.3.3db3c435Merge pull request #1260 from ggevay/sync-error-fix0237586Fix ValueError when server sends ErrorResponse during Sync after Parsecb97ef7docs: fix typos09c8918Merge pull request #1256 from veeceey/fix/tstrings-error-msg-and-docs-improve...9e74d96fix: fix error message incorrectly generated by Claude AI0db9d8bfix: correct typo in tstrings error message and fix sql.rst docs86a0e1bchore(deps): bump pypa/cibuildwheel in the actions groupf5d90faMerge pull request #1233 from lysnikolaou/pgconn-critical-sectiond7dc6c7Merge critical section and nogil blocks into one context managerUpdates
toxfrom 4.36.0 to 4.44.0Release notes
Sourced from tox's releases.
... (truncated)
Changelog
Sourced from tox's changelog.
... (truncated)
Commits
901aa7brelease 4.44.07b601a7✨ feat(config): add PEP 751 pylock.toml support (#3803)f6a9847🐛 fix(config): keep unfactored continuation lines after filtered factors (#38...f4855f3release 4.43.08517abc🐛 fix(pip): pass config_settings to pip for sdist install (#3800)413b963🐛 fix(config): restore factor conditional continuations (#3799)b11c645✨ feat(toml): add generative env_list via product dict (#3797)0f4da83📝 docs(infra): integrate sphinxcontrib-towncrier (#3798)09b4f60release 4.42.0c80c62f✨ feat(env): add virtualenv_spec for per-env version pinning (#3794)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
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
virtualenvfrom 20.36.1 to 20.38.0Release notes
Sourced from virtualenv's releases.
Changelog
Sourced from virtualenv's changelog.
Commits
fbbb97drelease 20.38.0c5240c7🔧 chore(tox): migrate tox.ini to tox.toml (#3050)6ff2e3e🐛 fix(discovery): harden subprocess interrogation and test reliability (#3054)d7919e5Fix bash activate PKG_CONFIG_PATH unbound variable under bash -u (#3047)39568b0[pre-commit.ci] pre-commit autoupdate (#3043)f745000🔒 security(workflows): add explicit permissions to all jobsfda5bbc🐛 fix(release): clear coverage env vars in release env1ecf0ed👷 ci(release): split into release and tag-triggered publish (#3042)4fb0401📝 docs: restructure to follow Diataxis framework (#3041)834c7ff👷 ci(release): scope GH_RELEASE_TOKEN to release environmentDependabot 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