Bump the development-version-updates group across 1 directory with 7 updates#228
Merged
github-actions[bot] merged 1 commit intomainfrom Mar 16, 2025
Conversation
…updates Bumps the development-version-updates group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [psycopg](https://github.com/psycopg/psycopg) | `3.2.5` | `3.2.6` | | [tox](https://github.com/tox-dev/tox) | `4.24.1` | `4.24.2` | | [astroid](https://github.com/pylint-dev/astroid) | `3.3.8` | `3.3.9` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.17.0` | `3.18.0` | | [identify](https://github.com/pre-commit/identify) | `2.6.8` | `2.6.9` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.29.2` | `20.29.3` | | [websockets](https://github.com/python-websockets/websockets) | `15.0` | `15.0.1` | Updates `psycopg` from 3.2.5 to 3.2.6 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.2.5...3.2.6) Updates `tox` from 4.24.1 to 4.24.2 - [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.24.1...4.24.2) Updates `astroid` from 3.3.8 to 3.3.9 - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](pylint-dev/astroid@v3.3.8...v3.3.9) Updates `filelock` from 3.17.0 to 3.18.0 - [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.17.0...3.18.0) Updates `identify` from 2.6.8 to 2.6.9 - [Commits](pre-commit/identify@v2.6.8...v2.6.9) Updates `virtualenv` from 20.29.2 to 20.29.3 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.29.2...20.29.3) Updates `websockets` from 15.0 to 15.0.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@15.0...15.0.1) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-version-updates - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-version-updates - dependency-name: astroid dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-version-updates - dependency-name: filelock dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-version-updates - dependency-name: identify dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-version-updates - dependency-name: virtualenv dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-version-updates - dependency-name: websockets dependency-type: indirect update-type: version-update:semver-patch 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 7 updates in the / directory:
3.2.53.2.64.24.14.24.23.3.83.3.93.17.03.18.02.6.82.6.920.29.220.29.315.015.0.1Updates
psycopgfrom 3.2.5 to 3.2.6Changelog
Sourced from psycopg's changelog.
... (truncated)
Commits
dfc1136chore: bump psycopg package version to 3.2.6a75e03fMerge branch 'fix-target_session_attrs-prefer-standby' into maint-3.21377bb6test: skip target_session_attrs with libpw < 14b37dc1afix: implement libpq semantic for target_session_attrs=prefer-standbyc946e40fix win32 libpq missing error4645f33chore: bump psycopg package version to 3.2.6.dev1Updates
toxfrom 4.24.1 to 4.24.2Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
Commits
05835bfrelease 4.24.24852262TOML set_env file support (#3478)1dac11ffix: Respect--parallel Nwith--parallel-no-spinner(#3495)fd44904[pre-commit.ci] pre-commit autoupdate (#3488)32879c8[pre-commit.ci] pre-commit autoupdate (#3486)0a4ba54[pre-commit.ci] pre-commit autoupdate (#3484)65d404eGh issue 3456 update environment variable documentation (#3482)28212abAdd missing bracket in config example (#3481)6b40c0cfix(docs): update expected code (#3480)6e53aea[pre-commit.ci] pre-commit autoupdate (#3479)Updates
astroidfrom 3.3.8 to 3.3.9Release notes
Sourced from astroid's releases.
Changelog
Sourced from astroid's changelog.
Commits
a6ccad5Bump astroid to 3.3.9, update changelogec2df97Add setuptools in order to run 3.12/3.13 tests74c34fbBump actions/cache from 4.2.0 to 4.2.2 (#2692)5512bf2Update release workflow to use Trusted Publishing (#2696)aad8e68[Backport maintenance/3.3.x] Fix missing dict (#2685) (#2690)234be58Fix RuntimeError caused by analyzing live objects with__getattribute__or ...6aeafd5Bump pylint in pre-commit configuration to 3.2.7Updates
filelockfrom 3.17.0 to 3.18.0Release notes
Sourced from filelock's releases.
Commits
129a1ef[pre-commit.ci] pre-commit autoupdate (#405)717d7e0[pre-commit.ci] pre-commit autoupdate (#403)efba779[pre-commit.ci] pre-commit autoupdate (#401)82f5a2dSupport fcntl check on Emscripten (#398)468ba43[pre-commit.ci] pre-commit autoupdate (#396)0ac6826[pre-commit.ci] pre-commit autoupdate (#395)b5f98a6Indicate that locks are exclusive/write locks. (#394)3c9b680[pre-commit.ci] pre-commit autoupdate (#393)2760759[pre-commit.ci] pre-commit autoupdate (#391)18c9571Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#390)Updates
identifyfrom 2.6.8 to 2.6.9Commits
856f016v2.6.9d7518a7Merge pull request #513 from pre-commit/revert-503-uv-interpreter45f344bRevert "add uv to interpreters list"Updates
virtualenvfrom 20.29.2 to 20.29.3Release notes
Sourced from virtualenv's releases.
Changelog
Sourced from virtualenv's changelog.
Commits
b1666e9release 20.29.3e05b286Merge pull request #2853 from pypa/pre-commit-ci-update-configd6bc4a9[pre-commit.ci] pre-commit autoupdate1fc647eMerge pull request #2852 from barneygale/fix-27944567521Add changelog entry220b6b8Add testee9d84cIgnore directories in PATH that can't be opened (#2794)7365ad2Merge pull request #2849 from tipabu/logging-interpolation5b74c9aMerge pull request #2850 from shenxianpeng/remove-duplicate-templateca5935aRemove duplicate bug report templateUpdates
websocketsfrom 15.0 to 15.0.1Release notes
Sourced from websockets's releases.
Commits
37c9bc0Release version 15.0.1.fce02abDocs. Correct Producer pattern example.5fa24bbExit cleanly the interactive client on ^C.d0e60d3Remove spurious PYTHONPATH declarations.d7dafccAdd test coverage for interactive client.3c62503Use entrypoint instead of runpy in docs.f4e4345added entry point script for the cli client in the pyproject.toml6f89bacStart version 15.1.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