Skip to content

Commit

Permalink
build(deps): bump the pip group across 5 directories with 5 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 1 update in the /frameworks/aiohttp directory: [aiohttp](https://github.com/aio-libs/aiohttp).
Bumps the pip group with 1 update in the /frameworks/django directory: [django](https://github.com/django/django).
Bumps the pip group with 1 update in the /frameworks/fastapi directory: [fastapi](https://github.com/tiangolo/fastapi).
Bumps the pip group with 1 update in the /frameworks/starlette directory: [starlette](https://github.com/encode/starlette).
Bumps the pip group with 1 update in the /frameworks/tornado directory: [tornado](https://github.com/tornadoweb/tornado).


Updates `aiohttp` from 3.8.3 to 3.9.4
- [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.8.3...v3.9.4)

Updates `django` from 4.1.3 to 4.1.13
- [Commits](django/django@4.1.3...4.1.13)

Updates `fastapi` from 0.87.0 to 0.109.1
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.87.0...0.109.1)

Updates `starlette` from 0.22.0 to 0.36.2
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.22.0...0.36.2)

Updates `tornado` from 6.2 to 6.3.3
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.2.0...v6.3.3)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: django
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: fastapi
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: starlette
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: tornado
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent 028c836 commit 4383b1b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frameworks/aiohttp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aiohttp == 3.8.3
aiohttp == 3.9.4
2 changes: 1 addition & 1 deletion frameworks/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django == 4.1.3
django == 4.1.13
2 changes: 1 addition & 1 deletion frameworks/fastapi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fastapi == 0.87.0
fastapi == 0.109.1
python-multipart
2 changes: 1 addition & 1 deletion frameworks/starlette/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
starlette == 0.22.0
starlette == 0.36.2
python-multipart
2 changes: 1 addition & 1 deletion frameworks/tornado/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tornado == 6.2
tornado == 6.3.3

0 comments on commit 4383b1b

Please sign in to comment.