-
Notifications
You must be signed in to change notification settings - Fork 0
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
build(deps): bump the pip group across 3 directories with 4 updates #18
build(deps): bump the pip group across 3 directories with 4 updates #18
Conversation
Bumps the pip group with 1 update in the /autogpts/autogpt directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 3 updates in the /benchmark directory: [fastapi](https://github.com/tiangolo/fastapi), [aiohttp](https://github.com/aio-libs/aiohttp) and [python-multipart](https://github.com/andrew-d/python-multipart). Updates `aiohttp` from 3.9.2 to 3.9.3 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.9.2...v3.9.3) Updates `fastapi` from 0.109.1 to 0.109.2 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.109.1...0.109.2) Updates `aiohttp` from 3.9.2 to 3.9.3 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.9.2...v3.9.3) Updates `python-multipart` from 0.0.7 to 0.0.9 - [Release notes](https://github.com/andrew-d/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.7...0.0.9) Updates `starlette` from 0.35.1 to 0.36.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.35.1...0.36.3) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect dependency-group: pip-security-group - dependency-name: fastapi dependency-type: direct:production dependency-group: pip-security-group - dependency-name: aiohttp dependency-type: indirect dependency-group: pip-security-group - dependency-name: python-multipart dependency-type: direct:production dependency-group: pip-security-group - dependency-name: starlette dependency-type: indirect dependency-group: pip-security-group ... Signed-off-by: dependabot[bot] <[email protected]>
03257e5
to
ca33e57
Compare
Important Auto Review SkippedBot user detected. To trigger a single review, invoke the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Superseded by #19. |
Bumps the pip group with 1 update in the /autogpts/autogpt directory: aiohttp.
Bumps the pip group with 3 updates in the /benchmark directory: fastapi, aiohttp and python-multipart.
Updates
aiohttp
from 3.9.2 to 3.9.3Release notes
Sourced from aiohttp's releases.
Changelog
Sourced from aiohttp's changelog.
Commits
bf4edce
Release v3.9.3 (#8102)5637e8f
[PR #8098/aca206fc backport][3.9] Fix backwards compatibility with ssl (#8101)33f49e8
Bump pypa/cibuildwheel from 2.16.2 to 2.16.4 (#8092)5ff4b3c
Update version94462ee
[PR #3957/79fe2045 backport][3.9] Improve test suite handling of paths, temp ...Updates
fastapi
from 0.109.1 to 0.109.2Release notes
Sourced from fastapi's releases.
Commits
141e34f
📝 Update release notes57b0983
🔖 Release FastAPI version 0.109.250e558e
📝 Update release notes4a2be2a
⬆️ Upgrade version of Starlette to>= 0.36.3
(#11086)43f9cbc
📝 Update release notes739739c
🍱 Add new FastAPI logo (#11090)6944ae1
📝 Update release notese239c56
🌐 Update Turkish translation for `docs/tr/docs/fastapi-p...3f3ee24
📝 Update release notesUpdates
aiohttp
from 3.9.2 to 3.9.3Release notes
Sourced from aiohttp's releases.
Changelog
Sourced from aiohttp's changelog.
Commits
bf4edce
Release v3.9.3 (#8102)5637e8f
[PR #8098/aca206fc backport][3.9] Fix backwards compatibility with ssl (#8101)33f49e8
Bump pypa/cibuildwheel from 2.16.2 to 2.16.4 (#8092)5ff4b3c
Update version94462ee
[PR #3957/79fe2045 backport][3.9] Improve test suite handling of paths, temp ...Updates
python-multipart
from 0.0.7 to 0.0.9Release notes
Sourced from python-multipart's releases.
Changelog
Sourced from python-multipart's changelog.
Commits
3035c45
Version 0.0.9 (#100)c26e6d1
Add configTypedDict
s (#99)8fdf6f8
AddTypedDict
callbacks (#98)9c936b7
AddQuerystringState
(#97)4e24a3e
Add ruff andMultipartState(IntEnum)
(#96)7f99806
Bump the python-packages group with 20 updates (#92)d1ddb05
Drop support for Python 3.7 (#95)66aa2d5
Bump the github-actions group with 2 updates (#94)26e2de2
Group GitHub acitons on dependabot (#93)3a13f0b
Bump actions/setup-python from 4 to 5 (#91)Updates
starlette
from 0.35.1 to 0.36.3Release notes
Sourced from starlette's releases.
Changelog
Sourced from starlette's changelog.
Commits
be4f3e1
Version 0.36.3 (#2460)a2f2dda
Added type annotations to test_session.py (#2466)801e73e
Add type hints totest_concurency.py
(#2474)88331bd
Add type hints toconftest.py
(#2469)5acee62
Added type annotations to test__utils.py (#2470)48ae5cc
Add type hints totest_background.py
(#2473)adf51ea
Add type hints totest_trusted_host.py
(#2467)1f466cc
Add type hints totest_wsgi.py
(#2468)ec417f7
Createanyio.Event
on async context (#2459)a9af536
Add type hints totest_cors.py
(#2458)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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.