Bump the all group across 1 directory with 11 updates #376
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 group with 11 updates in the / directory:
2025.1.312025.6.150.14.00.16.01.0.81.0.910.6.010.7.06.4.36.4.40.3.10.3.22.11.32.11.72.33.12.35.14.13.24.14.00.4.00.4.11.20.01.20.1Updates
certififrom 2025.1.31 to 2025.6.15Commits
e767d592025.06.15 (#357)3e70765Bump actions/setup-python from 5.5.0 to 5.6.09afd2ffBump actions/download-artifact from 4.2.1 to 4.3.0d7c816cremove code that's no longer required that 3.7 is our minimum (#351)1899613Declare setuptools as the build backend in pyproject.toml (#350)c874142update CI for ubuntu 20.04 deprecation (#348)275c9eb2025.04.26 (#347)3788331Bump actions/setup-python from 5.4.0 to 5.5.0 (#346)9d1f1b7Bump actions/download-artifact from 4.1.9 to 4.2.1 (#344)96b97a5Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#343)Updates
h11from 0.14.0 to 0.16.0Commits
1c5b075this time for surerd9c3699this time for sure...d91b9ddblacken5a4683cSoothe mypy9c9567fBump version to 0.16.0114803aMerge commit from fork9462006Bump version to 0.15.070a96beMerge pull request #181 from Julien00859/Julien00859/get_int_max_str_digits60782adReject Content-Length longer 1 billion TBdff7cc3Validate Chunked-Encoding chunk footerUpdates
httpcorefrom 1.0.8 to 1.0.9Release notes
Sourced from httpcore's releases.
Changelog
Sourced from httpcore's changelog.
Commits
9820975Version 1.0.9 (#1011)d1e17c5Update h11 dependency, resolving security fix. (#1008)Updates
more-itertoolsfrom 10.6.0 to 10.7.0Release notes
Sourced from more-itertools's releases.
Commits
28ab736Merge pull request #977 from more-itertools/version-10.7.04c1a0c7Bump version: 10.6.0 → 10.7.0f2d5c9fLate-breaking changes for 10.7.05d5a9e6Merge remote-tracking branch 'origin/master' into version-10.7.08988de6Merge pull request #975 from rhettinger/groupby_transform_overloadsc925c2eFix inner Iterable types as wellcc38c74Fix #974: Inconsistent@overloadsignatures3742de9Merge pull request #972 from ricbit/masterc904030Fix some typos6d0fe02Merge pull request #971 from rhettinger/small_doc_editsUpdates
multidictfrom 6.4.3 to 6.4.4Release notes
Sourced from multidict's releases.
Changelog
Sourced from multidict's changelog.
... (truncated)
Commits
e77793aRelease 6.4.4 (#1164)b5a24b7Fix segfault creating view objects (#1163)fea968fFix segfault when a single arg is passed to setdefault (#1160)7770ff2Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 (#1162)af42043Bump pypa/cibuildwheel from 2.23.2 to 2.23.3 (#1158)df93794Fix wrong types in tests (#1156)72f3fceTune multidict benchmark (#1155)99e3f3bDrop _Impl helper class, move all logic to MultiDict itself (#1153)d476a03Views don't rely in _Impl anymore (#1152)1d72435MultiDictProxy doesn't rely on '_impl' anymore (#1150)Updates
propcachefrom 0.3.1 to 0.3.2Release notes
Sourced from propcache's releases.
Changelog
Sourced from propcache's changelog.
Commits
1c609e5Release 0.3.2 (#119)c9972faUpdate documentation (#109)3c03ef0Use Cython 3.1 universally (#117)f0a7eacOnly enable line tracing when building with Cython tracing (#118)beb5475Bump pypa/cibuildwheel from 2.23.2 to 2.23.3 (#112)a414b2b[pre-commit.ci] pre-commit autoupdate (#110)Updates
pydanticfrom 2.11.3 to 2.11.7Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
5f033e4Prepare release v2.11.7c3368b8CopyFieldInfoinstance if necessary duringFieldInfobuild (#11980)3987b23Prepare release v2.11.6dc7a9d2Always store the original field assignment onFieldInfoc284c27Rebuild dataclass fields before schema generation5e6d1dcPrepare release v2.11.51b63218Do not duplicate metadata on model rebuild (#11902)5aefad8Do not delete mock validator/serializer inmodel_rebuild()8fbe658Check ifFieldInfois complete after applying type variable map12b371aUpdate documentation about@dataclass_transformsupportUpdates
pydantic-corefrom 2.33.1 to 2.35.1Release notes
Sourced from pydantic-core's releases.
... (truncated)
Commits
3415428Bump version to v2.35.1 (#1737)fff2a3cFix generic issues withValidationInfoandSerializationInfo(#1736)6ecf7f9remove twine install from release job in cie8e4d3dfix release job in CI (#1735)1802ea5Fix release CI (#1733)0509d90Bump version to v2.35.0 (#1732)477b9b3MakeValidationInfoandSerializationInfogeneric forcontext(#1686)a7bd9f8Update repr ofTzInfo(#1701)d7bfe90Addensure_asciioption (#1689)52e9a53drop pypy3.9 support, add pypy3.11 support (#1726)Updates
typing-extensionsfrom 4.13.2 to 4.14.0Release notes
Sourced from typing-extensions's releases.
... (truncated)
Changelog
Sourced from typing-extensions's changelog.
Commits
b07d245Prepare release 4.14.0 (#612)fcf5265Backport evaluate_forward_ref() changes (#611)fadc1edRemove PEP-604 methods fromSentinelon Python <3.10 (#605)44de568Add 3.14 to project classifiers and tox.ini (#604)36cc476Prepare release 4.14.0rc1 (#603)ec1876cMore fixes for 3.14 and 3.15 (#602)e89d789Update_caller()implementation (#598)34bfd84third party: fix typeguard (#600)479dae1Add support for sentinels (PEP 661) (#594)f74a56aUpdate PEP 649/749 implementation (#596)Updates
typing-inspectionfrom 0.4.0 to 0.4.1Release notes
Sourced from typing-inspection's releases.
Changelog
Sourced from typing-inspection's changelog.
Commits
3bc3f96Prepare release 0.4.1 (#44)17b939cBump development dependencies (#46)dcdd318Add proper reference todataclasses.IniVarinAnnotationSource.DATACLASS...5f86b14Uselistas a type hint forInspectedAnnotation.metadata(#43)b737855Add SPDX license identifier (#42)61c25e5Improve test coverage (#41)a56b8c3Fix implementation ofis_union_origin()(#40)e20451fAddtyping_objects.is_forwardref()(#38)eb7654bFix some typos (#36)5cb7257Fix compatibility with latest Python 3.14 release (#37)Updates
yarlfrom 1.20.0 to 1.20.1Release notes
Sourced from yarl's releases.
Changelog
Sourced from yarl's changelog.
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions