-
Notifications
You must be signed in to change notification settings - Fork 81
Bump the all-dependencies group across 1 directory with 38 updates #118
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
main
Choose a base branch
from
dependabot/pip/all-dependencies-4eabc4849e
base: main
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 all-dependencies group with 35 updates in the / directory: | Package | From | To | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.16.2` | `1.17.1` | | [bcrypt](https://github.com/pyca/bcrypt) | `4.3.0` | `5.0.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.14` | `0.120.4` | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.7` | `2.12.3` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.10.1` | `2.11.0` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.41` | `2.0.44` | | [coverage](https://github.com/nedbat/coveragepy) | `7.9.1` | `7.11.0` | | [freezegun](https://github.com/spulec/freezegun) | `1.5.2` | `1.5.5` | | [greenlet](https://github.com/python-greenlet/greenlet) | `3.2.3` | `3.2.4` | | [mypy](https://github.com/python/mypy) | `1.16.1` | `1.18.2` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.3.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.0.0` | `1.2.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.2.1` | `7.0.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.1` | `0.14.3` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.35.0` | `0.38.0` | | [anyio](https://github.com/agronholm/anyio) | `4.9.0` | `4.11.0` | | [certifi](https://github.com/certifi/python-certifi) | `2025.6.15` | `2025.10.5` | | [click](https://github.com/pallets/click) | `8.2.1` | `8.3.0` | | [distlib](https://github.com/pypa/distlib) | `0.3.9` | `0.4.0` | | [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` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.18.0` | `3.20.0` | | [httptools](https://github.com/MagicStack/httptools) | `0.6.4` | `0.7.1` | | [identify](https://github.com/pre-commit/identify) | `2.6.12` | `2.6.15` | | [idna](https://github.com/kjd/idna) | `3.10` | `3.11` | | [iniconfig](https://github.com/pytest-dev/iniconfig) | `2.1.0` | `2.3.0` | | [markupsafe](https://github.com/pallets/markupsafe) | `3.0.2` | `3.0.3` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.8` | `4.5.0` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.1` | `1.2.1` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [starlette](https://github.com/Kludex/starlette) | `0.46.2` | `0.49.3` | | [uvloop](https://github.com/MagicStack/uvloop) | `0.21.0` | `0.22.1` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.31.2` | `20.35.4` | | [watchfiles](https://github.com/samuelcolvin/watchfiles) | `1.1.0` | `1.1.1` | Updates `alembic` from 1.16.2 to 1.17.1 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `bcrypt` from 4.3.0 to 5.0.0 - [Changelog](https://github.com/pyca/bcrypt/blob/main/CHANGELOG.rst) - [Commits](pyca/bcrypt@4.3.0...5.0.0) Updates `fastapi` from 0.115.14 to 0.120.4 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.14...0.120.4) 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-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 `sqlalchemy` from 2.0.41 to 2.0.44 - [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 `coverage` from 7.9.1 to 7.11.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.9.1...7.11.0) Updates `freezegun` from 1.5.2 to 1.5.5 - [Release notes](https://github.com/spulec/freezegun/releases) - [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG) - [Commits](spulec/freezegun@1.5.2...1.5.5) Updates `greenlet` from 3.2.3 to 3.2.4 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@3.2.3...3.2.4) Updates `mypy` from 1.16.1 to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.1...v1.18.2) Updates `pre-commit` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.2.0...v4.3.0) 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-asyncio` from 1.0.0 to 1.2.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.0.0...v1.2.0) 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 `ruff` from 0.12.1 to 0.14.3 - [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.12.1...0.14.3) 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 `anyio` from 4.9.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.9.0...4.11.0) Updates `certifi` from 2025.6.15 to 2025.10.5 - [Commits](certifi/python-certifi@2025.06.15...2025.10.05) 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 `distlib` from 0.3.9 to 0.4.0 - [Release notes](https://github.com/pypa/distlib/releases) - [Changelog](https://github.com/pypa/distlib/blob/master/CHANGES.rst) - [Commits](pypa/distlib@0.3.9...0.4.0) 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 `filelock` from 3.18.0 to 3.20.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.18.0...3.20.0) 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 `identify` from 2.6.12 to 2.6.15 - [Commits](pre-commit/identify@v2.6.12...v2.6.15) 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 `iniconfig` from 2.1.0 to 2.3.0 - [Release notes](https://github.com/pytest-dev/iniconfig/releases) - [Changelog](https://github.com/pytest-dev/iniconfig/blob/main/CHANGELOG) - [Commits](pytest-dev/iniconfig@v2.1.0...v2.3.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 `platformdirs` from 4.3.8 to 4.5.0 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.3.8...4.5.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-dotenv` from 1.1.1 to 1.2.1 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.1.1...v1.2.1) 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 `starlette` from 0.46.2 to 0.49.3 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.46.2...0.49.3) Updates `typing-extensions` from 4.14.0 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.0...4.15.0) 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 `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 `virtualenv` from 20.31.2 to 20.35.4 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.31.2...20.35.4) 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: alembic dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: bcrypt dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: fastapi dependency-version: 0.120.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic dependency-version: 2.12.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic-settings dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: coverage dependency-version: 7.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: freezegun dependency-version: 1.5.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: greenlet dependency-version: 3.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.14.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: uvicorn dependency-version: 0.38.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: anyio dependency-version: 4.11.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: certifi dependency-version: 2025.10.5 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: click dependency-version: 8.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: distlib dependency-version: 0.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: dnspython dependency-version: 2.8.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: email-validator dependency-version: 2.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: filelock dependency-version: 3.20.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: httptools dependency-version: 0.7.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: identify dependency-version: 2.6.15 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: idna dependency-version: '3.11' dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: iniconfig dependency-version: 2.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: markupsafe dependency-version: 3.0.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: platformdirs dependency-version: 4.5.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic-core dependency-version: 2.41.4 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: starlette dependency-version: 0.49.3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: typing-extensions dependency-version: 4.15.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: typing-inspection dependency-version: 0.4.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: uvloop dependency-version: 0.22.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: virtualenv dependency-version: 20.35.4 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: watchfiles dependency-version: 1.1.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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
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 all-dependencies group with 35 updates in the / directory:
1.16.21.17.14.3.05.0.00.115.140.120.42.11.72.12.32.10.12.11.02.0.412.0.447.9.17.11.01.5.21.5.53.2.33.2.41.16.11.18.24.2.04.3.08.4.18.4.21.0.01.2.06.2.17.0.00.12.10.14.30.35.00.38.04.9.04.11.02025.6.152025.10.58.2.18.3.00.3.90.4.02.7.02.8.02.2.02.3.03.18.03.20.00.6.40.7.12.6.122.6.153.103.112.1.02.3.03.0.23.0.34.3.84.5.01.1.11.2.16.0.26.0.30.46.20.49.30.21.00.22.120.31.220.35.41.1.01.1.1Updates
alembicfrom 1.16.2 to 1.17.1Release notes
Sourced from alembic's releases.
... (truncated)
Commits
Updates
bcryptfrom 4.3.0 to 5.0.0Changelog
Sourced from bcrypt's changelog.
Commits
5060bce5.0.0 release (#1078)e43f568Bump actions/cache from 4.2.4 to 4.3.0 (#1077)fc9f680Bump libc from 0.2.175 to 0.2.176 in /src/_bcrypt (#1075)633f46fAdd support for Python 3.14 (#1073)a2fefbbRemove pypy310 builds (#1074)f60707eBump wasi from 0.14.5+wasi-0.2.4 to 0.14.7+wasi-0.2.4 in /src/_bcrypt (#1071)c790eedBump unicode-ident from 1.0.18 to 1.0.19 in /src/_bcrypt (#1070)122cbdcBump target-lexicon from 0.13.2 to 0.13.3 in /src/_bcrypt (#1069)2bd208dBump wasi from 0.14.4+wasi-0.2.4 to 0.14.5+wasi-0.2.4 in /src/_bcrypt (#1068)e1aa9e8remove poinless cargo cache paths from CI (#1067)Updates
fastapifrom 0.115.14 to 0.120.4Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
fad35ef🔖 Release version 0.120.44d57c13📝 Update release notes496de18🐛 Fix security schemes in OpenAPI when added at the top level app (#14266)2cf04ee🔖 Release version 0.120.3ec00f5a📝 Update release notes8b46d88📝 Update note for untranslated pages (#14257)17fcbbe📝 Update release notesdcfb8b9♻️ Reduce internal cyclic recursion in dependencies, from 2 functions calling...1fc586c📝 Update release notesbb88a0f♻️ Refactor internals of dependencies, simplify code and remove `get_param_su...Updates
pydanticfrom 2.11.7 to 2.12.3Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
1a8850dPrepare release 2.12.309dbcf2AddFieldInfo.asdict()method, improve documentation aroundFieldInfo5da4331Improve documentation about serialize as any behavior9c86324Raise a warning when an invalid after model validator function signature is r...36a73c6Updatepydantic-extra-typesdependency to version>=2.10.61e616a3Prepare release v2.12.2dc302e2Fix issue with recursive generic models with a parent model class6876485Bumppydantic-coreto v2.41.4b4076c6Prepare release 2.12.1b67f072Bumppydantic-coreto v2.41.3Updates
pydantic-settingsfrom 2.10.1 to 2.11.0Release notes
Sourced from pydantic-settings's releases.
Commits
3e66430Prepare release 2.11.0 (#684)44fb5b7Update deps (#683)0497ef2MakeInitSettingsSourceresolution deterministic (#681)c22cef4Snake case conversion in Azure Key Vault (#680)9c6c9b5Cli root model support (#677)a164b73CLI Windows Path Fix (#669)d81f8d8Fix typo ("Accesing") in the "Adding sources" docs (#668)53ade97Included endpoint_url kwarg in AWSSecretsManagerSettingsSource class (#664)1967d6fWarn if model_config sets unused keys for missing settings sources (#663)1fc2087Avoid env_prefix falling back to env vars without prefix (#648)Updates
sqlalchemyfrom 2.0.41 to 2.0.44Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
coveragefrom 7.9.1 to 7.11.0Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
20ef00bdocs: sample HTML for 7.11.05edf8ebdocs: prep for 7.11.02c023aebuild: 3.15 is supported2f1b95brefactor: no need for _BaseCoverageException72b1bccbuild: test light-threads on all versions of Python16e9379refactor: move core tests to their own filebc8875dtest: change a test to be in-process so metacov can capture its work8e5d5b1build: tweak some version infob0236dftest: more tests for core selection, and some refactoring of them56edde6build: next version will be 7.11.0Updates
freezegunfrom 1.5.2 to 1.5.5Changelog
Sourced from freezegun's changelog.
Commits
c9bf52cIncrease version number0f2bd7eMerge pull request #582 from spulec/fixture-called-funca608055Allow parametrized arguments with name 'func'2bb4711Increase version number7599eeeAdd 1.5.4 release notes0d00e7dMerge pull request #579 from zsh8/decorate_generator10c93f2fix: preserve functionality in pytest yield fixturesd2e0a00Increase version number6229e27Add 1.5.3 release notes3111775Merge pull request #576 from spulec/support-fixtures-pytest-840Updates
greenletfrom 3.2.3 to 3.2.4Changelog
Sourced from greenlet's changelog.
Commits
65f8da8Preparing release 3.2.4b2c6559Update CHANGES for release.b2aa1aaMerge pull request #462 from python-greenlet/issue460a1990d8Python3.14/JIT: Save and restore the PyThreadState current_executor object.68af251Py3.14 w/JIT: Fix leakchecks.74a65bdVarious free-threaded fixes; bump tested Python version.e3e2953Merge pull request #459 from mgorny/py314-debug-build-failurebdb5f44Merge pull request #456 from mgorny/setuptools-test-depb288f43Merge pull request #457 from mgorny/fix-assert-test-skips739cc55Fix py312+ crash test skips to correctly check for assertionsUpdates
mypyfrom 1.16.1 to 1.18.2Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
df05f05remove +dev from version01a7a12Update changelog for 1.18.2 (#19873)ca5abf0Typeshed cherry-pick: Make type ofunitest.mock.Anya subclass ofAny(#1...9d794b5[mypyc] fix: inappropriateNones in f-strings (#19846)2c0510cstubtest: additional guidance on errors when runtime is object.init (#19733)2f3f03cBump version to 1.18.2+dev for point release7669841Fix crash on recursive alias in indirection.py (#19845)03fbaa9bump version to 1.18.1 due to wheels failureb44a1fbremoved +dev from version7197a99Removed Unreleased in the Changelog for Release 1.18 (#19827)Updates
pre-commitfrom 4.2.0 to 4.3.0Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
b74a22dv4.3.0cc899deMerge pull request #3507 from bc-lee/dart-fix2a0bceaDowngrade Dart SDK version installed in the CIf1cc7a4Make Dart pre-commit hook compatible with the latest Dart SDKs72a3b71Merge pull request #3504 from pre-commit/pre-commit-ci-update-configc8925a4[pre-commit.ci] pre-commit autoupdatea5fe6c5Merge pull request #3496 from ericphanson/eph/jl-startup6f1f433Julia language: skip startup.jl filec681721Merge pull request #3499 from pre-commit/pre-commit-ci-update-config4fd4537[pre-commit.ci] pre-commit autoupdateUpdates
pytestfrom 8.4.1 to 8.4.2Release notes
Sourced from pytest's releases.
Commits
bfae422Prepare release version 8.4.28990538Fix passenv CI in tox ini and make tests insensitive to the presence of the C...ca676bfMerge pull request #13687 from pytest-dev/patchback/backports/8.4.x/e63f6e51c...975a60aMerge pull request #13686 from pytest-dev/patchback/backports/8.4.x/12bde8af6...7723ce8Merge pull request #13683 from even-even/fix_Exeption_to_Exception_in_errorMe...b7f0568Merge pull request #13685 from CoretexShadow/fix/docs-pytest-generate-tests2c94c4aadd missing colon (#13640) (#13641)c3d7684Merge pull request #13606 from pytest-dev/patchback/backports/8.4.x/5f9938563...dc6e3beMerge pull request #13605 from The-Compiler/training-update-2025-07f87289cFix crash withtimesoutput style and skipped module (#13573) (#13579)Updates
pytest-asynciofrom 1.0.0 to 1.2.0Release notes
Sourced from pytest-asyncio's releases.