build(deps): bump fastapi from 0.110.3 to 0.111.0

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.110.3 to 0.111.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.110.3...0.111.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-05-03 17:14:20 +00:00
committed by GitHub
parent e749a37eed
commit 029d7934e6
2 changed files with 615 additions and 5 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ agentic_security = "agentic_security.__main__:entrypoint"
[tool.poetry.dependencies]
python = "^3.9"
fastapi = ">=0.109.1,<0.111.0"
fastapi = ">=0.109.1,<0.112.0"
uvicorn = ">=0.23.2,<0.30.0"
fire = "^0.5.0"
loguru = "^0.7.2"