Bump the python-requirements group across 1 directory with 10 updates #15
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-requirements group with 10 updates in the / directory:
4.3.0
4.4.0
2024.2.2
2024.6.2
0.16.0
0.17.3
1.30.1
1.30.5
2.7.1
2.7.2
2.18.2
2.18.3
2.32.2
2.32.3
4.11.0
4.12.1
0.29.0
0.30.1
0.21.0
0.22.0
Updates
anyio
from 4.3.0 to 4.4.0Release notes
Sourced from anyio's releases.
Changelog
Sourced from anyio's changelog.
... (truncated)
Commits
053e8f0
Bumped up the versione7f750b
Fixed memory object stream sometimes dropping sent items (#735)9f5f14b
Fixed task group getting cancelled if start() gets cancelled (#717)8b648bc
Adjusted the pull request template3ff5e9a
Rearranged changelog items541d1f8
[pre-commit.ci] pre-commit autoupdate (#734)8a07690
FixMemoryObjectSendStream.send(falsey)
not raisingBrokenResourceError
w...4b3de97
Adjust the headings in the PR templatedfc44cf
Added__slots__
toAsyncResource
(#733)96920b0
Fix typo in PR template (#730)Updates
certifi
from 2024.2.2 to 2024.6.2Commits
124f4ad
2024.06.02 (#291)c2196ce
--- (#290)fefdeec
Bump actions/checkout from 4.1.4 to 4.1.5 (#289)3c5fb15
Bump actions/download-artifact from 4.1.6 to 4.1.7 (#286)4a9569a
Bump actions/checkout from 4.1.2 to 4.1.4 (#287)1fc8086
Bump peter-evans/create-pull-request from 6.0.4 to 6.0.5 (#288)ad52dce
Bump peter-evans/create-pull-request from 6.0.3 to 6.0.4 (#283)651904f
Bump actions/upload-artifact from 4.3.1 to 4.3.3 (#284)84fcfba
Bump actions/download-artifact from 4.1.4 to 4.1.6 (#285)46b8057
Bump peter-evans/create-pull-request from 6.0.2 to 6.0.3 (#282)Updates
hypercorn
from 0.16.0 to 0.17.3Changelog
Sourced from hypercorn's changelog.
Commits
c405dea
Bump and release 0.17.3bfb0877
Bugfix ensure ExceptionGroup lifespan failures crash the serveredd0aac
Support uvloop >= 0.18 and the loop_factory argumentbc6e1c0
Restore set TCP_NODELAY on TCP sockets7136c61
Bump and release 0.17.2c03a75f
Bugfix pass the correct quic connection to the H3 Protocol494268a
Bump and release 0.17.174d5b95
Revert "Set TCP_NODELAY on sockets"a2e7bce
Bump and release 0.17.0d16b503
Improve the trailing headers supportUpdates
openai
from 1.30.1 to 1.30.5Release notes
Sourced from openai's releases.
Changelog
Sourced from openai's changelog.
Commits
e872382
release: 1.30.5e565c94
chore(internal): fix lint issue6e7d854
Update Microsoft Azure OpenAI docs in README (#1439)bb0b38d
release: 1.30.4379c6a3
chore: add missing all definitions59855b2
chore(internal): fix lint issue7fff7c8
release: 1.30.399f4939
docs(contributing): update references to rye-up.com302f45a
chore(internal): fix lint issue (#1444)17c2876
chore(internal): bump pyright (#1442)Updates
pydantic
from 2.7.1 to 2.7.2Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
70ac7a0
fix version08d6ed2
Merge branch '2.7' of https://github.com/pydantic/pydantic into 2.742f544a
fix versiona20da21
2.7.2 prep (#9515)f42ae9b
Logfire annoucement (#9362)451f780
Replace__spec__.parent
with__package__
(#9331)Updates
pydantic-core
from 2.18.2 to 2.18.3Release notes
Sourced from pydantic-core's releases.
Commits
fd26293
tests: use zoneinfo instead of pytz (#1304)5228721
Prep for 2.18.3 Release (#1301)a762041
Fix generate_self_schema for Python 3.12+ (#1299)0dcf82a
add test for 1298 (#1300)88a8a30
fix case of checking truthiness ofNotImplemented
(#1298)2415f42
uuid: allow str subclass as input (#1296)f04418b
support big ints in literals and enums (#1297)727deee
Fix str subclass validation for enums (#1273)b777774
fix: keyword only non default argument (#1290)0f8445e
defer to PyO3 i64 extraction to avoid implicit integer casts (#1288)Updates
requests
from 2.32.2 to 2.32.3Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
Commits
0e322af
v2.32.3e188799
Don't create default SSLContext if ssl module isn't present (#6724)145b539
Merge pull request #6716 from sigmavirus24/bug/6715b1d73dd
Don't use default SSLContext with custom poolmanager kwargs6badbac
Update HISTORY.mda62a2d3
Allow for overriding of specific pool key paramsUpdates
typing-extensions
from 4.11.0 to 4.12.1Release notes
Sourced from typing-extensions's releases.
... (truncated)
Changelog
Sourced from typing-extensions's changelog.
... (truncated)
Commits
7269638
Prepare release 4.12.1 (#418)8dfcf3c
FixTypeError
on nestedAnnotated
types where the inner type has unhashab...d76f591
Switch from flake8 to ruff (#414)920d60d
Support my PEP 649 branch (#412)e792bce
Ignore fewer flake8 rules when linting tests (#413)f90a8dc
Prepare release 4.12.0 (#408)118e1a6
Make sureisinstance(typing_extensions.ParamSpec("P"), typing.TypeVar)
is u...910141a
Add security documentation (#403)0dbc7c9
Prepare release 4.12.0rc1 (#402)1da5d3d
Update actions/setup-python (#401)Updates
uvicorn[standard]
from 0.29.0 to 0.30.1Release notes
Sourced from uvicorn[standard]'s releases.
Changelog
Sourced from uvicorn[standard]'s changelog.
Commits
44a3071
Version 0.30.1 (#2349)6d666d9
Allow horizontal tabs\t
in response header values (#2345)9a6b3a8
Version 0.30.0 (#2348)53fa273
New multiprocess manager (#2183)22873a9
Suppress side-effects of signal propagation (#2317)14ffba8
Simplify CHANGELOG (#2337)5c78192
Add favicon and logo to the documentation (#2336)b9c03a8
Improve type hints on WebSockets implementations (#2335)14bdf04
Usepytestmark
to simplify test suite (#2334)0efd383
Sendcontent-length
header on 5xx (#2304)Updates
watchfiles
from 0.21.0 to 0.22.0Release notes
Sourced from watchfiles's releases.
Commits
94b6780
uprev linting, testing and docs requirements (#273)b4cf8ad
fix pre-commit on main5d799ac
Bump idna from 3.3 to 3.7 in /requirements (#271)6a0e74d
pre-commit block main - related tonotify
update (#272)88465fd
uprev notify packagef2b20c4
drop black and isort (#270)b4a6822
uprev pyo3 and minimum rust version (#269)dd04802
really drop python<=3.7 support (#264)756b011
Delete setup.py (#260)26b005e
Update PyO3 (#267)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 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