Skip to content

Commit

Permalink
Bump fastapi from 0.95.0 to 0.109.1
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.95.0 to 0.109.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.95.0...0.109.1)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 71e9fd3 commit 054e166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastapi==0.95.0
fastapi==0.109.1
websockets==11.0.1
python-vlc==3.0.18121
python-mpd2==3.0.5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

requirements = [
"fastapi==0.95.0",
"fastapi==0.109.1",
"websockets==11.0.1",
"python-vlc==3.0.18121",
"python-mpd2==3.0.5",
Expand Down

0 comments on commit 054e166

Please sign in to comment.