-
Notifications
You must be signed in to change notification settings - Fork 81
Bump the all-dependencies group across 1 directory with 31 updates #116
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-a1a546a72f
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 31 updates in the / directory: | Package | From | To | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.16.2` | `1.16.5` | | [bcrypt](https://github.com/pyca/bcrypt) | `4.3.0` | `5.0.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.14` | `0.118.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.7` | `2.11.9` | | [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.43` | | [coverage](https://github.com/nedbat/coveragepy) | `7.9.1` | `7.10.7` | | [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.13.2` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.35.0` | `0.37.0` | | [anyio](https://github.com/agronholm/anyio) | `4.9.0` | `4.11.0` | | [certifi](https://github.com/certifi/python-certifi) | `2025.6.15` | `2025.8.3` | | [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.19.1` | | [identify](https://github.com/pre-commit/identify) | `2.6.12` | `2.6.14` | | [markupsafe](https://github.com/pallets/markupsafe) | `3.0.2` | `3.0.3` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.8` | `4.4.0` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [starlette](https://github.com/Kludex/starlette) | `0.46.2` | `0.48.0` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.14.0` | `4.15.0` | | [typing-inspection](https://github.com/pydantic/typing-inspection) | `0.4.1` | `0.4.2` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.31.2` | `20.34.0` | Updates `alembic` from 1.16.2 to 1.16.5 - [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/release.py) - [Commits](pyca/bcrypt@4.3.0...5.0.0) Updates `fastapi` from 0.115.14 to 0.118.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.14...0.118.0) Updates `pydantic` from 2.11.7 to 2.11.9 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.11.9/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.7...v2.11.9) 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.43 - [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.10.7 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.9.1...7.10.7) 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.13.2 - [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.13.2) Updates `uvicorn` from 0.35.0 to 0.37.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.37.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.8.3 - [Commits](certifi/python-certifi@2025.06.15...2025.08.03) 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.19.1 - [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.19.1) Updates `identify` from 2.6.12 to 2.6.14 - [Commits](pre-commit/identify@v2.6.12...v2.6.14) 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.4.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.4.0) 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.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.46.2...0.48.0) 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 `virtualenv` from 20.31.2 to 20.34.0 - [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.34.0) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.16.5 dependency-type: direct:production update-type: version-update:semver-patch 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.118.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic dependency-version: 2.11.9 dependency-type: direct:production update-type: version-update:semver-patch 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.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: coverage dependency-version: 7.10.7 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.13.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: uvicorn dependency-version: 0.37.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.8.3 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.19.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: identify dependency-version: 2.6.14 dependency-type: indirect update-type: version-update:semver-patch 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.4.0 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.48.0 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: virtualenv dependency-version: 20.34.0 dependency-type: indirect update-type: version-update:semver-minor 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
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 all-dependencies group with 31 updates in the / directory:
1.16.2
1.16.5
4.3.0
5.0.0
0.115.14
0.118.0
2.11.7
2.11.9
2.10.1
2.11.0
2.0.41
2.0.43
7.9.1
7.10.7
1.5.2
1.5.5
3.2.3
3.2.4
1.16.1
1.18.2
4.2.0
4.3.0
8.4.1
8.4.2
1.0.0
1.2.0
6.2.1
7.0.0
0.12.1
0.13.2
0.35.0
0.37.0
4.9.0
4.11.0
2025.6.15
2025.8.3
8.2.1
8.3.0
0.3.9
0.4.0
2.7.0
2.8.0
2.2.0
2.3.0
3.18.0
3.19.1
2.6.12
2.6.14
3.0.2
3.0.3
4.3.8
4.4.0
6.0.2
6.0.3
0.46.2
0.48.0
4.14.0
4.15.0
0.4.1
0.4.2
20.31.2
20.34.0
Updates
alembic
from 1.16.2 to 1.16.5Release notes
Sourced from alembic's releases.
... (truncated)
Commits
Updates
bcrypt
from 4.3.0 to 5.0.0Commits
5060bce
5.0.0 release (#1078)e43f568
Bump actions/cache from 4.2.4 to 4.3.0 (#1077)fc9f680
Bump libc from 0.2.175 to 0.2.176 in /src/_bcrypt (#1075)633f46f
Add support for Python 3.14 (#1073)a2fefbb
Remove pypy310 builds (#1074)f60707e
Bump wasi from 0.14.5+wasi-0.2.4 to 0.14.7+wasi-0.2.4 in /src/_bcrypt (#1071)c790eed
Bump unicode-ident from 1.0.18 to 1.0.19 in /src/_bcrypt (#1070)122cbdc
Bump target-lexicon from 0.13.2 to 0.13.3 in /src/_bcrypt (#1069)2bd208d
Bump wasi from 0.14.4+wasi-0.2.4 to 0.14.5+wasi-0.2.4 in /src/_bcrypt (#1068)e1aa9e8
remove poinless cargo cache paths from CI (#1067)Updates
fastapi
from 0.115.14 to 0.118.0Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
333f1ba
🔖 Release version 0.118.01d5168a
📝 Update release notesbfa54b4
📝 Update release notese329d78
🐛 Fix support forStreamingResponse
s with dependencies withyield
or `Upl...861b22c
📝 Update release notesefdafa4
📝 Updatetutorial/security/oauth2-jwt/
to usepwdlib
with Argon2 instead ...450a334
📝 Update release notes3eb2ee7
✏️ Fix typos in OAuth2 password request forms (#14112)287eb31
📝 Update release notescca3341
🌐 Sync German docs (#14098)Updates
pydantic
from 2.11.7 to 2.11.9Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
9231095
Prepare release v2.11.9f003a89
Backport v1.10.23 changes96b81dd
Prepare release v2.11.8966f377
Fix mypy v2 plugin for upcoming1.18
mypy releaseUpdates
pydantic-settings
from 2.10.1 to 2.11.0Release notes
Sourced from pydantic-settings's releases.
Commits
3e66430
Prepare release 2.11.0 (#684)44fb5b7
Update deps (#683)0497ef2
MakeInitSettingsSource
resolution deterministic (#681)c22cef4
Snake case conversion in Azure Key Vault (#680)9c6c9b5
Cli root model support (#677)a164b73
CLI Windows Path Fix (#669)d81f8d8
Fix typo ("Accesing") in the "Adding sources" docs (#668)53ade97
Included endpoint_url kwarg in AWSSecretsManagerSettingsSource class (#664)1967d6f
Warn if model_config sets unused keys for missing settings sources (#663)1fc2087
Avoid env_prefix falling back to env vars without prefix (#648)Updates
sqlalchemy
from 2.0.41 to 2.0.43Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
coverage
from 7.9.1 to 7.10.7Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
92a2af5
docs: sample HTML for 7.10.7952afda
docs: prep for 7.10.7a301761
build: riscv64 wheels (#2055)5daff8d
docs: now source is formatted with ruff04bbc3a
docs: discuss cog in the contributing docsc181b93
build: use cog --check-fail-msg to instruct devs33c4ba1
chore: make upgrade0744b73
chore: bump the action-dependencies group across 1 directory with 2 updates (...0d5a112
perf: bulk narrowing to avoid N**2. #2048a868ed9
docs: mention Python Discord on the index pageUpdates
freezegun
from 1.5.2 to 1.5.5Changelog
Sourced from freezegun's changelog.
Commits
c9bf52c
Increase version number0f2bd7e
Merge pull request #582 from spulec/fixture-called-funca608055
Allow parametrized arguments with name 'func'2bb4711
Increase version number7599eee
Add 1.5.4 release notes0d00e7d
Merge pull request #579 from zsh8/decorate_generator10c93f2
fix: preserve functionality in pytest yield fixturesd2e0a00
Increase version number6229e27
Add 1.5.3 release notes3111775
Merge pull request #576 from spulec/support-fixtures-pytest-840Updates
greenlet
from 3.2.3 to 3.2.4Changelog
Sourced from greenlet's changelog.
Commits
65f8da8
Preparing release 3.2.4b2c6559
Update CHANGES for release.b2aa1aa
Merge pull request #462 from python-greenlet/issue460a1990d8
Python3.14/JIT: Save and restore the PyThreadState current_executor object.68af251
Py3.14 w/JIT: Fix leakchecks.74a65bd
Various free-threaded fixes; bump tested Python version.e3e2953
Merge pull request #459 from mgorny/py314-debug-build-failurebdb5f44
Merge pull request #456 from mgorny/setuptools-test-depb288f43
Merge pull request #457 from mgorny/fix-assert-test-skips739cc55
Fix py312+ crash test skips to correctly check for assertionsUpdates
mypy
from 1.16.1 to 1.18.2Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
df05f05
remove +dev from version01a7a12
Update changelog for 1.18.2 (#19873)ca5abf0
Typeshed cherry-pick: Make type ofunitest.mock.Any
a subclass ofAny
(#1...9d794b5
[mypyc] fix: inappropriateNone
s in f-strings (#19846)2c0510c
stubtest: additional guidance on errors when runtime is object.init (#19733)2f3f03c
Bump version to 1.18.2+dev for point release7669841
Fix crash on recursive alias in indirection.py (#19845)03fbaa9
bump version to 1.18.1 due to wheels failureb44a1fb
removed +dev from version7197a99
Removed Unreleased in the Changelog for Release 1.18 (#19827)Updates
pre-commit
from 4.2.0 to 4.3.0Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
b74a22d
v4.3.0cc899de
Merge pull request #3507 from bc-lee/dart-fix2a0bcea
Downgrade Dart SDK version installed in the CIf1cc7a4
Make Dart pre-commit hook compatible with the latest Dart SDKs72a3b71
Merge pull request #3504 from pre-commit/pre-commit-ci-update-configc8925a4
[pre-commit.ci] pre-commit autoupdatea5fe6c5
Merge pull request #3496 from ericphanson/eph/jl-startup6f1f433
Julia language: skip startup.jl filec681721
Merge pull request #3499 from pre-commit/pre-commit-ci-update-config4fd4537
[pre-commit.ci] pre-commit autoupdateUpdates
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-asyncio
from 1.0.0 to 1.2.0Release notes
Sourced from pytest-asyncio's releases.
... (truncated)
Commits
0d3988f
ci: Create GitHub release before publishing to PyPI.07c5a0b
docs: Include orphaned news fragment in changelog.be24582
chore: Prepare release of v1.2.0.7aeb296
docs: Streamline news fragments7b8311c
ci: Fixes a bug that prevented SSH signature from being stripped from release...9d4c2bd
docs: Add changelog entry for Pyright compatibility.94f6106
test: Added tests which assert that the event loop is reinstated if unset by ...df61991
[pre-commit.ci] pre-commit autoupdatef1f7941
Build(deps): Bump pytest from 8.4.1 to 8.4.2c77d3d3
Build(deps): Bump twine from 6.1.0 to 6.2.0Updates
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.