-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the pip group across 1 directory with 41 updates #285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
develop
Choose a base branch
from
dependabot/pip/pip-f566bf2861
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Bumps the pip group with 41 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `25.1.0` | `25.9.0` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.7` | `4.0.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.2.1` | `7.0.0` | | [pytest-env](https://github.com/pytest-dev/pytest-env) | `1.1.5` | `1.2.0` | | [anyio](https://github.com/agronholm/anyio) | `4.10.0` | `4.11.0` | | [cachetools](https://github.com/tkem/cachetools) | `6.2.0` | `6.2.1` | | [certifi](https://github.com/certifi/python-certifi) | `2025.8.3` | `2025.10.5` | | [cffi](https://github.com/python-cffi/cffi) | `1.17.1` | `2.0.0` | | [click](https://github.com/pallets/click) | `8.2.1` | `8.3.0` | | [cryptography](https://github.com/pyca/cryptography) | `45.0.5` | `46.0.3` | | [dnspython](https://github.com/rthalley/dnspython) | `2.7.0` | `2.8.0` | | [email-validator](https://github.com/JoshData/python-email-validator) | `2.2.0` | `2.3.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.116.1` | `0.119.0` | | [fastapi-cli](https://github.com/fastapi/fastapi-cli) | `0.0.8` | `0.0.13` | | [fastapi-cloud-cli](https://github.com/fastapilabs/fastapi-cloud-cli) | `0.1.5` | `0.3.1` | | [httptools](https://github.com/MagicStack/httptools) | `0.6.4` | `0.7.1` | | [idna](https://github.com/kjd/idna) | `3.10` | `3.11` | | [markdown-it-py](https://github.com/executablebooks/markdown-it-py) | `3.0.0` | `4.0.0` | | [markupsafe](https://github.com/pallets/markupsafe) | `3.0.2` | `3.0.3` | | [orjson](https://github.com/ijl/orjson) | `3.11.1` | `3.11.3` | | [pycparser](https://github.com/eliben/pycparser) | `2.22` | `2.23` | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.7` | `2.12.3` | | [pydantic-extra-types](https://github.com/pydantic/pydantic-extra-types) | `2.10.5` | `2.10.6` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.10.1` | `2.11.0` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.33.2` | `2.41.4` | | [python-ldap](https://github.com/python-ldap/python-ldap) | `3.4.4` | `3.4.5` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [rich](https://github.com/Textualize/rich) | `14.1.0` | `14.2.0` | | rich-toolkit | `0.14.9` | `0.15.1` | | rignore | `0.6.4` | `0.7.1` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.34.1` | `2.42.0` | | [starlette](https://github.com/Kludex/starlette) | `0.47.2` | `0.48.0` | | [typer](https://github.com/fastapi/typer) | `0.16.0` | `0.19.2` | | [typing-inspection](https://github.com/pydantic/typing-inspection) | `0.4.1` | `0.4.2` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.14.1` | `4.15.0` | | [ujson](https://github.com/ultrajson/ultrajson) | `5.10.0` | `5.11.0` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.35.0` | `0.38.0` | | [uvloop](https://github.com/MagicStack/uvloop) | `0.21.0` | `0.22.1` | | [watchfiles](https://github.com/samuelcolvin/watchfiles) | `1.1.0` | `1.1.1` | Updates `black` from 25.1.0 to 25.9.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.1.0...25.9.0) Updates `pylint` from 3.3.7 to 4.0.1 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.7...v4.0.1) Updates `pytest` from 8.4.1 to 8.4.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.4.1...8.4.2) Updates `pytest-cov` from 6.2.1 to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.2.1...v7.0.0) Updates `pytest-env` from 1.1.5 to 1.2.0 - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](pytest-dev/pytest-env@1.1.5...1.2.0) Updates `anyio` from 4.10.0 to 4.11.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.10.0...4.11.0) Updates `cachetools` from 6.2.0 to 6.2.1 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v6.2.0...v6.2.1) Updates `certifi` from 2025.8.3 to 2025.10.5 - [Commits](certifi/python-certifi@2025.08.03...2025.10.05) Updates `cffi` from 1.17.1 to 2.0.0 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v1.17.1...v2.0.0) Updates `click` from 8.2.1 to 8.3.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.2.1...8.3.0) Updates `cryptography` from 45.0.5 to 46.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@45.0.5...46.0.3) Updates `dnspython` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](rthalley/dnspython@v2.7.0...v2.8.0) Updates `email-validator` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Changelog](https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md) - [Commits](JoshData/python-email-validator@v2.2.0...v2.3.0) Updates `fastapi` from 0.116.1 to 0.119.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.116.1...0.119.0) Updates `fastapi-cli` from 0.0.8 to 0.0.13 - [Release notes](https://github.com/fastapi/fastapi-cli/releases) - [Changelog](https://github.com/fastapi/fastapi-cli/blob/main/release-notes.md) - [Commits](fastapi/fastapi-cli@0.0.8...0.0.13) Updates `fastapi-cloud-cli` from 0.1.5 to 0.3.1 - [Release notes](https://github.com/fastapilabs/fastapi-cloud-cli/releases) - [Changelog](https://github.com/fastapilabs/fastapi-cloud-cli/blob/main/release-notes.md) - [Commits](fastapilabs/fastapi-cloud-cli@0.1.5...0.3.1) Updates `httptools` from 0.6.4 to 0.7.1 - [Release notes](https://github.com/MagicStack/httptools/releases) - [Commits](MagicStack/httptools@v0.6.4...v0.7.1) Updates `idna` from 3.10 to 3.11 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.10...v3.11) Updates `markdown-it-py` from 3.0.0 to 4.0.0 - [Release notes](https://github.com/executablebooks/markdown-it-py/releases) - [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md) - [Commits](executablebooks/markdown-it-py@v3.0.0...v4.0.0) Updates `markupsafe` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@3.0.2...3.0.3) Updates `orjson` from 3.11.1 to 3.11.3 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](ijl/orjson@3.11.1...3.11.3) Updates `pycparser` from 2.22 to 2.23 - [Release notes](https://github.com/eliben/pycparser/releases) - [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES) - [Commits](eliben/pycparser@release_v2.22...release_v2.23) Updates `pydantic` from 2.11.7 to 2.12.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.7...v2.12.3) Updates `pydantic-extra-types` from 2.10.5 to 2.10.6 - [Release notes](https://github.com/pydantic/pydantic-extra-types/releases) - [Changelog](https://github.com/pydantic/pydantic-extra-types/blob/main/HISTORY.md) - [Commits](pydantic/pydantic-extra-types@v2.10.5...v2.10.6) Updates `pydantic-settings` from 2.10.1 to 2.11.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@2.10.1...v2.11.0) Updates `pydantic-core` from 2.33.2 to 2.41.4 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.33.2...v2.41.4) Updates `python-ldap` from 3.4.4 to 3.4.5 - [Release notes](https://github.com/python-ldap/python-ldap/releases) - [Changelog](https://github.com/python-ldap/python-ldap/blob/python-ldap-3.4.5/CHANGES) - [Commits](python-ldap/python-ldap@python-ldap-3.4.4...python-ldap-3.4.5) Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0.2...6.0.3) Updates `requests` from 2.32.4 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.32.5) Updates `rich` from 14.1.0 to 14.2.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v14.1.0...v14.2.0) Updates `rich-toolkit` from 0.14.9 to 0.15.1 Updates `rignore` from 0.6.4 to 0.7.1 Updates `sentry-sdk` from 2.34.1 to 2.42.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.34.1...2.42.0) Updates `starlette` from 0.47.2 to 0.48.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.47.2...0.48.0) Updates `typer` from 0.16.0 to 0.19.2 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.16.0...0.19.2) Updates `typing-inspection` from 0.4.1 to 0.4.2 - [Release notes](https://github.com/pydantic/typing-inspection/releases) - [Changelog](https://github.com/pydantic/typing-inspection/blob/main/HISTORY.md) - [Commits](pydantic/typing-inspection@v0.4.1...v0.4.2) Updates `typing-extensions` from 4.14.1 to 4.15.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.14.1...4.15.0) Updates `ujson` from 5.10.0 to 5.11.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.10.0...5.11.0) Updates `uvicorn` from 0.35.0 to 0.38.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.35.0...0.38.0) Updates `uvloop` from 0.21.0 to 0.22.1 - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](MagicStack/uvloop@v0.21.0...v0.22.1) Updates `watchfiles` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](samuelcolvin/watchfiles@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pylint dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: pytest-env dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: anyio dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: cachetools dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: certifi dependency-version: 2025.10.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: cffi dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: click dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: dnspython dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: email-validator dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: fastapi dependency-version: 0.119.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: fastapi-cli dependency-version: 0.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: fastapi-cloud-cli dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: httptools dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: idna dependency-version: '3.11' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: markdown-it-py dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: markupsafe dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: orjson dependency-version: 3.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pycparser dependency-version: '2.23' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pydantic dependency-version: 2.12.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pydantic-extra-types dependency-version: 2.10.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pydantic-settings dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pydantic-core dependency-version: 2.41.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: python-ldap dependency-version: 3.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: rich dependency-version: 14.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: rich-toolkit dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: rignore dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: sentry-sdk dependency-version: 2.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: starlette dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: typer dependency-version: 0.19.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: typing-inspection dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: typing-extensions dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: ujson dependency-version: 5.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: uvicorn dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: uvloop dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: watchfiles dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
0 participants
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 pip group with 41 updates in the / directory:
25.1.0
25.9.0
3.3.7
4.0.1
8.4.1
8.4.2
6.2.1
7.0.0
1.1.5
1.2.0
4.10.0
4.11.0
6.2.0
6.2.1
2025.8.3
2025.10.5
1.17.1
2.0.0
8.2.1
8.3.0
45.0.5
46.0.3
2.7.0
2.8.0
2.2.0
2.3.0
0.116.1
0.119.0
0.0.8
0.0.13
0.1.5
0.3.1
0.6.4
0.7.1
3.10
3.11
3.0.0
4.0.0
3.0.2
3.0.3
3.11.1
3.11.3
2.22
2.23
2.11.7
2.12.3
2.10.5
2.10.6
2.10.1
2.11.0
2.33.2
2.41.4
3.4.4
3.4.5
6.0.2
6.0.3
2.32.4
2.32.5
14.1.0
14.2.0
0.14.9
0.15.1
0.6.4
0.7.1
2.34.1
2.42.0
0.47.2
0.48.0
0.16.0
0.19.2
0.4.1
0.4.2
4.14.1
4.15.0
5.10.0
5.11.0
0.35.0
0.38.0
0.21.0
0.22.1
1.1.0
1.1.1
Updates
black
from 25.1.0 to 25.9.0Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
af0ba72
Prepare docs for release 25.9.0 (#4751)ffc01a0
Fix schema generation error caused by new click version (#4750)626b32f
Add normalizing for\r
style newlines (#4710)57a4612
Fix mypy type issue (#4745)4f6ad7c
Wrap thein
clause of comprehensions across lines if necessary (#4699)24f5169
ci: Run diff-shades on unstable instead of preview (#4741)4d55e60
Bump actions/setup-python from 5 to 6 (#4744)0cf39ef
Improve the performance of get_string_prefix (#4742)1f779de
Fix line ranges decorator edge case (#4670)203fd6b
Optimize Line string method (#4739)Updates
pylint
from 3.3.7 to 4.0.1Commits
9a30350
Bump pylint to 4.0.1, update changelog (#10667)0ad9d26
[Backport maintenance/4.0.x] Check enums created with functional syntax again...60a01e4
[Backport maintenance/4.0.x] Improve conditionals (#10655)e60b80e
[Backport maintenance/4.0.x] Fixunused-variable
false positive with `__all...abcf2ed
[Backport maintenance/4.0.x] Fix false-positive for bare-name-capture-pattern...c13b2b6
[Backport maintenance/4.0.x] Fix reference in 4.0 whatsnew (#10645)0939ac5
Bump pylint to 4.0.0, update changelogea25969
[doc] Add linked references for message in old whatsnews (#10638)77c63d6
[refactor] Make pylint/config/_breaking_changes.py a package instead1c4c1e3
[refactor] Better typing for InformationUpdates
pytest
from 8.4.1 to 8.4.2Release notes
Sourced from pytest's releases.
Commits
bfae422
Prepare release version 8.4.28990538
Fix passenv CI in tox ini and make tests insensitive to the presence of the C...ca676bf
Merge pull request #13687 from pytest-dev/patchback/backports/8.4.x/e63f6e51c...975a60a
Merge pull request #13686 from pytest-dev/patchback/backports/8.4.x/12bde8af6...7723ce8
Merge pull request #13683 from even-even/fix_Exeption_to_Exception_in_errorMe...b7f0568
Merge pull request #13685 from CoretexShadow/fix/docs-pytest-generate-tests2c94c4a
add missing colon (#13640) (#13641)c3d7684
Merge pull request #13606 from pytest-dev/patchback/backports/8.4.x/5f9938563...dc6e3be
Merge pull request #13605 from The-Compiler/training-update-2025-07f87289c
Fix crash withtimes
output style and skipped module (#13573) (#13579)Updates
pytest-cov
from 6.2.1 to 7.0.0Changelog
Sourced from pytest-cov's changelog.
Commits
224d896
Bump version: 6.3.0 → 7.0.073424e3
Cleanup the docs a bit.36f1cc2
Bump pins in template.f299c59
Bump the github-actions group with 2 updates25f0b2e
Update docs/config.rstbb23eac
Improve configuration docsa19531e
Switch from build/pre-commit to uv/prek - this should make this faster.82f9993
Update changelog.211b5cd
Fix links.97aadd7
Update some ci config, reformat and apply some lint fixes.Updates
pytest-env
from 1.1.5 to 1.2.0Release notes
Sourced from pytest-env's releases.
Commits
2b49978
Add support for 3.14 and drop 3.9 (#163)26472ca
Bump astral-sh/setup-uv from 6 to 7 (#162)d80b980
[pre-commit.ci] pre-commit autoupdate (#161)8c4184b
[pre-commit.ci] pre-commit autoupdate (#160)7437167
[pre-commit.ci] pre-commit autoupdate (#159)60f4379
[pre-commit.ci] pre-commit autoupdate (#158)8b51263
[pre-commit.ci] pre-commit autoupdate (#157)0a09760
Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 (#156)4ec5d17
[pre-commit.ci] pre-commit autoupdate (#155)97dd3a1
[pre-commit.ci] pre-commit autoupdate (#154)Updates
anyio
from 4.10.0 to 4.11.0Release notes
Sourced from anyio's releases.
Changelog
Sourced from anyio's changelog.
... (truncated)
Commits
08737af
Bumped up the version8bb9fe0
Fixed the inconsistent exception on sending to a closed TCP stream (#980)9637093
[pre-commit.ci] pre-commit autoupdate (#981)f1bc6ee
Fixed changelog entry formatting0b58964
Mentioned the sub-interpreter support in the README1ed112c
Ensure same port is used for IPv4/IPv6 when creating TCP listener with local_...aceeee0
Re-enabled coverage reporting on macOS6b890dc
Reworded a changelog entry and added PR links to others944257d
Updated pre-commit modules087975f
Fixed a documentation style (#976)Updates
cachetools
from 6.2.0 to 6.2.1Changelog
Sourced from cachetools's changelog.
Commits
ca7508f
Release v6.2.1.f719307
Fix #339: Improve documentation regarding funtion default arguments.b32d00b
Fix typos.a9a7e2c
Move extended@ttl
_cache docs to proper place.072b7e1
docs: clarify what units thettl
argument uses (i.e., seconds)b620ef9
Add support for Python 3.14.8d7b64f
Bump actions/checkout from 4.2.2 to 5.0.0feb17ff
Bump codecov/codecov-action from 5.4.3 to 5.5.122c1652
Bump actions/setup-python from 5.6.0 to 6.0.0Updates
certifi
from 2025.8.3 to 2025.10.5Commits
fb14ac4
2025.10.05 (#371)2c7c7ee
Add Python 3.14 classifier in setup.py1a5cb7b
Bump actions/setup-python from 5.6.0 to 6.0.0 (#367)dea5960
Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 (#366)83566b7
Bump actions/checkout from 4.2.2 to 5.0.0ca2e121
Bump actions/download-artifact from 4.3.0 to 5.0.0Updates
cffi
from 1.17.1 to 2.0.0Release notes
Sourced from cffi's releases.
Commits
6366c01
release 2.0.0 (#196)95c8476
2.0.0 post beta backports (#195)195cbda
Release 2.0.0b1 (#183)b4bbe79
fix version test to support beta7ed073d
Add support for the free-threaded build (#178)67a170d
Change the license from MIT to MIT-no-attribution, which is the same without ...92645ec
Add Python 3.14 support/testing (#177)2b81170
doc: update test commands in Section Testing/development tips (#158)25172b8
doc: update year (#153)b57a92c
issue 147: force-compute nested structs before parent structs. Occurs mainly...Updates
click
from 8.2.1 to 8.3.0Release notes
Sourced from click's releases.
... (truncated)
Changelog
Sourced from click's changelog.
Commits
00fadb8
Release version 8.3.02a0e3ba
testing/CliRunner: Fix regression related to EOF introduced in 262bdf0 (#2940)e11a1ef
Merge branch 'main' into fix-cli-runner-prompt-eof-handling36deba8
Forward exception information to resources registered in a context (#3058)f2cae7a
#2447 Add summary of PR to changelog for 8.3.x7c7ec36
#2447 Split resource exception handling tests in single and nested92129c5
#2447 Added exception forwarding to context tests555fa9b
#2447 Forward exception data to exit stack when calling__exit__
16fe802
Add more tests onEnum
rendering (#3053)d36de6f
Add more tests on Enum rendering their item's names and not valuesUpdates
cryptography
from 45.0.5 to 46.0.3Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
c0af4dd
release 46.0.3 (#13681)99efe5a
bump version for 46.0.2 (#13531)e735cfc
release 46.0.1 (#13450)4e457ff
Explicitly specify python in mac uv build invocation (#13447)2726efd
Depend on CFFI 2.0.0 or newer on Python > 3.8 (#13448)6223062
release 46.0.0 (#13446)563c491
Update comment for pyopenssl-release tag (#13445)d2f6f7f
Bump downstream dependencies in CI (#13439)e7ab02b
we'll ship this with 3.5.3 why not (#13442)0b68a4b
Another pair of bump dependencies fix (#13444)Updates
dnspython
from 2.7.0 to 2.8.0Release notes
Sourced from dnspython's releases.
Changelog
Sourced from dnspython's changelog.
Commits
77fd94c
2.8.0 versioning884f383
update 2.8 branch workflows1938fe3
update 2.8 branch workflowsa35d692
2.8.0rc1 prepc862baa
2.8.0rc1 prep0945d59
more lint8fa6766
lint6416335
Type syntax (#1218)a459144
linta0d5f17
fix the all ...Description has been truncated