⬆ Bump the python-packages group across 1 directory with 10 updates #221
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 10 updates in the / directory:
0.111.1
0.112.1
2.20.1
2.22.0
0.37.2
0.38.2
24.4.2
24.8.0
1.10.1
1.11.1
3.7.1
3.8.0
3.16.0
3.17.0
0.5.2
0.6.1
8.2.2
8.3.2
0.23.7
0.23.8
Updates
fastapi
from 0.111.1 to 0.112.1Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
4f937c0
🔖 Release version 0.112.194be8ff
📝 Update release notes285a54c
⬆ Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#11727)b7c80cb
📝 Update release notes0d92b42
🔧 Add changelog URL topyproject.toml
, shows in PyPI (#11152)2f5ed4f
📝 Update release notes2c98017
👷 Do not sync labels as it overrides manually added labels (#12024)fc91078
📝 Update release notes5fd9ab9
⬆️ Allow Starlette 0.38.x, update the pin to>=0.37.2,<0.39.0
(#11876)84d69bb
📝 Update release notesUpdates
pydantic-core
from 2.20.1 to 2.22.0Release notes
Sourced from pydantic-core's releases.
... (truncated)
Commits
a6d0d63
Version bump to prep for new release (#1406)08a99b5
Introduceexactness
intoDecimal
validation logic (#1405)fdd1e85
Adding tagged union serializer 🚀 (#1397)3d8295e
Support complex numbers (#1331)bb67044
Usetyping_extensions.TypedDict
on Python < 3.12 (#1404)a072575
For missing fields, we don't warn onexclude_
, so don't warn onexclude
(...39a6b10
Fix float serialization behavior in strict mode (#1400)7368c1f
stop clone-ing serializers (#1402)fd81a75
Try each option in union serializer before inference (#1398)863640b
Show value of wrongly typed in serialization warning (#1377)Updates
starlette
from 0.37.2 to 0.38.2Release notes
Sourced from starlette's releases.
Changelog
Sourced from starlette's changelog.
Commits
5ed55c4
Version 0.38.2 (#2655)78fcd54
Create types module inside tests (#2502)296cab9
Bump the python-packages group with 13 updates (#2632)07427f8
Fixrouting.get_name()
not to assume all routines have__name__
(#2648)921f137
Version 0.38.1 (#2650)67f473d
Revert "Add support for ASGIpathsend
extension" (#2649)8b1d2c2
Version 0.38.0 (#2647)357a291
Add proper synchronisation to WebSocketTestSession (#2597)5f57ef4
test: refine the test of client disconnection after reading request body (#2639)d3e5327
Add section for Vellox to third-party plugins (#2624)Updates
black
from 24.4.2 to 24.8.0Release notes
Sourced from black's releases.
Changelog
Sourced from black's changelog.
Commits
b965c2a
Prepare release 24.8.0 (#4426)9ccf279
Documentfind_project_root
ignoringpyproject.toml
without[tool.black]
...14b6e61
fix: Enhace black efficiently to skip directories listed in .gitignore (#4415)b1c4dd9
fix: respect braces better in f-string parsing (#4422)4b4ae43
Fix incorrect linenos on fstring tokens with escaped newlines (#4423)7fa1faf
docs: fix the installation command of extra for blackd (#4413)8827acc
Bump sphinx from 7.3.7 to 7.4.0 in /docs (#4404)b0da11d
Bump furo from 2024.5.6 to 2024.7.18 in /docs (#4409)721dff5
fix: avoid formatting backslash strings inside f-strings (#4401)7e2afc9
Updateactions/checkout
to v4 to stop node deprecation warnings (#4379)Updates
mypy
from 1.10.1 to 1.11.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
570b90a
Bump version to 1.11b3a102e
FixRawExpressionType.accept
crash with--cache-fine-grained
(#17588)aec04c7
Fix PEP 604 isinstance caching (#17563)cb44e4d
Fixtyping.TypeAliasType
being undefined on python < 3.12 (#17558)6cf9180
Fix types.GenericAlias lookup crash (#17543)64c1ebf
Bump version to 1.11.1+devdbd5f5c
Remove +dev from version for 1.11 releasef0a8c69
Update CHANGELOG for mypy 1.11 (#17540)371f780
CHANGELOG.md update for 1.11 (#17539)2563da0
Fix daemon crash on invalid type in TypedDict (#17495)Updates
pre-commit
from 3.7.1 to 3.8.0Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
d46423f
v3.8.08133abd
Merge pull request #3265 from lorenzwalthert/issue-3206da0c1d0
implement health check for language:rf641f6a
Merge pull request #3264 from pre-commit/pre-commit-ci-update-configa68a19d
fixes for mypy 1.1188317dd
[pre-commit.ci] pre-commit autoupdatefaa6f8c
Merge pull request #3244 from pre-commit/pre-commit-ci-update-configf632459
[pre-commit.ci] pre-commit autoupdate0252908
Merge pull request #3240 from pre-commit/pre-commit-ci-update-config69b5dce
[pre-commit.ci] pre-commit autoupdateUpdates
pyupgrade
from 3.16.0 to 3.17.0Commits
a25bb53
v3.17.04e28911
Merge pull request #948 from asottile/pep-696d17f461
run pyupgrade on itselfcc45199
rewrite TypeVar defaults for Generator / AsyncGeneratorbc45bf1
Merge pull request #955 from asottile/pre-commit-ci-update-config459acce
hack around python/mypy#17566d2bf447
[pre-commit.ci] pre-commit autoupdatea7a9e1b
Merge pull request #953 from asottile/pre-commit-ci-update-configca56d62
[pre-commit.ci] pre-commit autoupdatef17a8c7
Merge pull request #951 from asottile/pre-commit-ci-update-configUpdates
ruff
from 0.5.2 to 0.6.1Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
499c0bd
Bump version to 0.6.1 (#12937)4cb30b5
N817
docs: refer to the correct setting (#12935)aba0d83
[flake8-naming
]: Respect import conventions (N817
) (#12922)c319414
Ignore blank line rules for docs formatting (#12934)ef1f6d9
Fix description of where the contributor list comes from in instructions for ...b850b81
Use cell source code instead of the concatenated one (#12929)a87b27c
[red-knot] Add support for relative imports (#12910)9b73532
[flake8-async
] Fix examples to useasync with
(#12924)d8debb7
Simplify logic forRUF027
(#12907)bd4a947
[red-knot] Add symbol and definition for parameters (#12862)Updates
pytest
from 8.2.2 to 8.3.2Release notes
Sourced from pytest's releases.
... (truncated)
Commits
bbcec9c
Prepare release version 8.3.278fe8b6
Merge pull request #12657 from pytest-dev/patchback/backports/8.3.x/6c806b499...238bad2
Merge pull request #12656 from RonnyPfannschmidt/fix-12652-detect-conda-envae6034a
Merge pull request #12641 from pytest-dev/patchback/backports/8.3.x/c03989cee...31337ab
Merge pull request #12640 from pytest-dev/update-userca3070b
Merge pull request #12637 from pytest-dev/release-8.3.1de98446
Prepare release version 8.3.1bd0a042
Merge pull request #12636 from pytest-dev/update-release-notes664325b
doc/changelog: update 8.3.0 notes19d225d
Merge pull request #12635 from pytest-dev/release-8.3.0Updates
pytest-asyncio
from 0.23.7 to 0.23.8Release notes
Sourced from pytest-asyncio's releases.
Commits
4be86a5
docs: Prepare release of v0.23.8.74b3a0a
Build(deps): Bump exceptiongroup in /dependencies/defaultb0009ca
[build] Declare support for Python 3.13.c747c7d
Build(deps): Bump coverage from 7.5.4 to 7.6.0 in /dependencies/default5c40a1c
Build(deps): Bump hypothesis in /dependencies/defaultb735e8a
build: Remove development dependency on Docker.91171b4
ci: Test with CPython 3.13.d572138
Build(deps): Bump hypothesis in /dependencies/defaulta89e4d7
Build(deps): Bump certifi in /dependencies/docsb646cc1
[fix] Fixed a bug that causes markers to be duplicated for async test functions.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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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...Description has been truncated