Unverified Commit f5fd672c authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump fastapi from 0.115.5 to 0.115.6

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

)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: default avatardependabot[bot] <support@github.com>
Showing with 5 additions and 5 deletions
+5 -5
......@@ -208,13 +208,13 @@ files = [
[[package]]
name = "fastapi"
version = "0.115.5"
version = "0.115.6"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
optional = false
python-versions = ">=3.8"
files = [
{file = "fastapi-0.115.5-py3-none-any.whl", hash = "sha256:596b95adbe1474da47049e802f9a65ab2ffa9c2b07e7efee70eb8a66c9f2f796"},
{file = "fastapi-0.115.5.tar.gz", hash = "sha256:0e7a4d0dc0d01c68df21887cce0945e72d3c48b9f4f79dfe7a7d53aa08fbb289"},
{file = "fastapi-0.115.6-py3-none-any.whl", hash = "sha256:e9240b29e36fa8f4bb7290316988e90c381e5092e0cbe84e7818cc3713bcf305"},
{file = "fastapi-0.115.6.tar.gz", hash = "sha256:9ec46f7addc14ea472958a96aae5b5de65f39721a46aaf5705c480d9a8b76654"},
]
[package.dependencies]
......@@ -1371,4 +1371,4 @@ xmlsec = ["xmlsec (>=0.6.1)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "8ab630fd0e6fa363d4028246c9b876fe1bb17bb15136b1ad4b85914536befb84"
content-hash = "070d413f69ea00919d83843c55c0a72e57a34a4238a5ba17d6a7f01210b155b9"
......@@ -24,7 +24,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "==0.115.5"
fastapi = "==0.115.6"
pymarc = "==5.2.3"
uvicorn = {version = "==0.32.0", extras = ["standard"]}
xmltodict = "==0.14.2"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment