-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
⬆ Bump the python-packages group across 1 directory with 14 updates #243
Closed
Conversation
This file contains 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 python-packages group with 14 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.111.1` | `0.115.5` | | [black](https://github.com/psf/black) | `24.4.2` | `24.10.0` | | [mypy](https://github.com/python/mypy) | `1.10.1` | `1.13.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.7.1` | `4.0.1` | | [pyupgrade](https://github.com/asottile/pyupgrade) | `3.16.0` | `3.19.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.5.2` | `0.8.0` | | [anyio](https://github.com/agronholm/anyio) | `4.4.0` | `4.6.2.post1` | | [idna](https://github.com/kjd/idna) | `3.7` | `3.10` | | [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.10.1` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.20.1` | `2.27.1` | | [starlette](https://github.com/encode/starlette) | `0.37.2` | `0.41.3` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.3` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.7` | `0.24.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` | Updates `fastapi` from 0.111.1 to 0.115.5 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.111.1...0.115.5) Updates `black` from 24.4.2 to 24.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.4.2...24.10.0) Updates `mypy` from 1.10.1 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.1...v1.13.0) Updates `pre-commit` from 3.7.1 to 4.0.1 - [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@v3.7.1...v4.0.1) Updates `pyupgrade` from 3.16.0 to 3.19.0 - [Commits](asottile/pyupgrade@v3.16.0...v3.19.0) Updates `ruff` from 0.5.2 to 0.8.0 - [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.5.2...0.8.0) Updates `anyio` from 4.4.0 to 4.6.2.post1 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.4.0...4.6.2.post1) Updates `idna` from 3.7 to 3.10 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.7...v3.10) Updates `pydantic` from 2.8.2 to 2.10.1 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.8.2...v2.10.1) Updates `pydantic-core` from 2.20.1 to 2.27.1 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.20.1...v2.27.1) Updates `starlette` from 0.37.2 to 0.41.3 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](encode/starlette@0.37.2...0.41.3) Updates `pytest` from 8.2.2 to 8.3.3 - [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.2.2...8.3.3) Updates `pytest-asyncio` from 0.23.7 to 0.24.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.7...v0.24.0) Updates `pytest-cov` from 5.0.0 to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pyupgrade dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Nov 25, 2024
Superseded by #244. |
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 python-packages group with 14 updates in the / directory:
0.111.1
0.115.5
24.4.2
24.10.0
1.10.1
1.13.0
3.7.1
4.0.1
3.16.0
3.19.0
0.5.2
0.8.0
4.4.0
4.6.2.post1
3.7
3.10
2.8.2
2.10.1
2.20.1
2.27.1
0.37.2
0.41.3
8.2.2
8.3.3
0.23.7
0.24.0
5.0.0
6.0.0
Updates
fastapi
from 0.111.1 to 0.115.5Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
f057f4a
🔖 Release version 0.115.5c6f021e
📝 Update release notes91a9293
♻️ Update internal checks to support Pydantic 2.10 (#12914)f716490
📝 Update release notesc178106
📝 Update includes fordocs/en/docs/tutorial/body.md
(#12757)88cc900
📝 Update release notes20809a1
⬆ [pre-commit.ci] pre-commit autoupdate (#12907)5a48c37
📝 Update release notes13892a3
📝 Update includes indocs/en/docs/advanced/testing-dependencies.md
(#12647)9467000
📝 Update release notesUpdates
black
from 24.4.2 to 24.10.0Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
1b2427a
Prepare release 24.10.0 (#4471)a22b1eb
Add mypyc 3.13 wheel build (#4449)b7d0e72
Bump AndreMiras/coveralls-python-action from 65c1672f0b8a201702d86c81b79187df...f1a2f92
Include --unstable in cache key (#4466)8d9d18c
Fix skipping Jupyter cells with unknown %% magic (#4462)bbfdba3
Fix docs CI: use venv for uv to fix 'failed to create directory' (#4460)8fb2add
Use builtin generics (#4458)2a45cec
Fix crashes with comments in parentheses (#4453)b4d6d86
Drop Python 3.8 support (#4452)ac018c1
Require newer aiohttp for blackd (#4451)Updates
mypy
from 1.10.1 to 1.13.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
eb31034
Bump version to 1.13.02eeb588
Update changelog for 1.12.1 (#17999)bc0386b
Changelog for 1.13 (#18000)5c4d2db
Add faster-cache extra, test in CI (#17978)854ad18
Make is_sub_path faster (#17962)50aa4ca
Speed up stubs suggestions (#17965)7c27808
Use orjson instead of json, when available (#17955)2cd2406
Use fast path in modulefinder more often (#17950)e20aaee
Let mypyc optimise os.path.join (#17949)159974c
Use sha1 for hashing (#17953)Updates
pre-commit
from 3.7.1 to 4.0.1Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
cc4a522
v4.0.1772d7d4
Merge pull request #3324 from pre-commit/migrate-config-purelib222c62b
fix migrate-config for purelib yaml3d5548b
Merge pull request #3323 from pre-commit/pre-commit-ci-update-config4235a87
[pre-commit.ci] pre-commit autoupdatedbccd57
v4.0.0d07e529
Merge pull request #3320 from pre-commit/remove-python-venv801b956
remove deprecated python_venv aliasa2f7b80
Merge pull request #3315 from pre-commit/warn-deprecated-stage-names-on-initd317223
add warning for deprecates stages for remote repos on initUpdates
pyupgrade
from 3.16.0 to 3.19.0Commits
19364aa
v3.19.0466dfb1
Merge pull request #980 from asottile/named-escapes-in-fstringsaa12347
fix named escapes in FSTRING_MIDDLEc29b8d6
Merge pull request #979 from asottile/directly-in-f-string-placeholderb673db5
prevent dict/set rewrite directly in f-string placeholder4028fd1
Merge pull request #973 from asottile/py39-plus9827b4d
py39+28b9414
v3.18.067e2d2e
Merge pull request #972 from asottile/313226decb
regenerate symbols for --py313-plusUpdates
ruff
from 0.5.2 to 0.8.0Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
a90e404
[red-knot] PEP 695 type aliases (#14357)8358ad8
Ruff 0.8 release (#14486)2b8b1ef
Improve docs for some pycodestyle rules (#14517)2efa3fb
[flake8-import-conventions
] Syntax check aliases supplied in configuration ...b9da430
doc(B024): #14455 add annotated but unassgined class variables (#14502)87043a2
Limit type size assertion to 64bit (#14514)f684b6f
[red-knot] Fix: Infer type for typing.Union[..] tuple expression (#14510)47f39ed
[red-knot] Meta data forType::Todo
(#14500)aecdb8c
[red-knot] supporttyping.Union
in type annotations (#14499)3c52d2d
Improve the performance of the formatter instability check job (#14471)Updates
anyio
from 4.4.0 to 4.6.2.post1Release notes
Sourced from anyio's releases.
Commits
c484425
Bumped up the versionfb81dfe
Fixed a regression in the pytest plugin that broke parametrized async fixtures445e59e
Bumped up the version64f570e
Fixed tox configuration5abc9ec
Updated Path documentation and made is_junction() conditional (#800)ede2029
Fixed TypeError when TLS handshake fails with truststore SSLContext (#801)163f10c
Fixed cyclic garbage that keeps traceback frames alive in task group exceptio...0614b4f
Migrated to native TOML configuration for Tox012a60c
Made test_start_task_soon_cancel_immediately() less flaky65ef48a
Rebind instance method fixtures to the same instance as the test (#807)Updates
idna
from 3.7 to 3.10Release notes
Sourced from idna's releases.
Changelog
Sourced from idna's changelog.
Commits
729225d
Release v3.103eef168
Merge pull request #194 from kjd/revert-unicode-16ceca619
Revert Unicode 16.0.0 data updatesc43ac75
Merge pull request #191 from kjd/release-3.91b8800a
Release v3.9a1fd168
Merge pull request #190 from kjd/unicode-167732c61
Merge branch 'master' into unicode-164ed183d
Refactor membership test762216b
Format with ruff580ece9
Implement changes to UTS46 algorithmUpdates
pydantic
from 2.8.2 to 2.10.1Release notes
Sourced from pydantic's releases.