Skip to content

Commit

Permalink
Bump fastapi from 0.95.2 to 0.109.1 in /projects/log_listener
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.95.2 to 0.109.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.95.2...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 6, 2024
1 parent 46e4153 commit c9ff707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/log_listener/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
#
PyScaffold==3.2.3
eiffellib[rabbitmq]==2.4.1
fastapi==0.95.2
fastapi==0.109.1
uvicorn==0.22.0
2 changes: 1 addition & 1 deletion projects/log_listener/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ setup_requires = pyscaffold>=3.2a0,<3.3a0
install_requires =
PyScaffold==3.2.3
eiffellib[rabbitmq]==2.4.1
fastapi==0.95.2
fastapi==0.109.1
uvicorn==0.22.0

python_requires = >=3.4
Expand Down

0 comments on commit c9ff707

Please sign in to comment.