diff --git a/poetry.lock b/poetry.lock index 200c311..9887740 100644 --- a/poetry.lock +++ b/poetry.lock @@ -535,13 +535,13 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.101.0" +version = "0.101.1" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.7" files = [ - {file = "fastapi-0.101.0-py3-none-any.whl", hash = "sha256:494eb3494d89e8079c20859d7ca695f66eaccc40f46fe8c75ab6186d15f05ffd"}, - {file = "fastapi-0.101.0.tar.gz", hash = "sha256:ca2ae65fe42f6a34b5cf6c994337149154b1b400c39809d7b2dccdceb5ae77af"}, + {file = "fastapi-0.101.1-py3-none-any.whl", hash = "sha256:aef5f8676eb1b8389952e1fe734abe20f04b71f6936afcc53b320ba79b686a4b"}, + {file = "fastapi-0.101.1.tar.gz", hash = "sha256:7b32000d14ca9992f7461117b81e4ef9ff0c07936af641b4fe40e67d5f9d63cb"}, ] [package.dependencies] @@ -2700,4 +2700,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3c29f1c0e0e2c66cda00c7253681d4e93df80d613b0c60e6124d1b0501337d97" +content-hash = "682de3944aa8e865d7a2ec89501d70031d6f61579bd7d650dda8ce2a02420a24" diff --git a/pyproject.toml b/pyproject.toml index d252152..b7eed96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "hackspaceapi"}] [tool.poetry.dependencies] python = "^3.10" -fastapi = {version = "0.101.0", extras = ["all"]} +fastapi = {version = "0.101.1", extras = ["all"]} requests = "2.31.0" cachetools = "^5.3.1" ics = "0.7.2"