Skip to content
Snippets Groups Projects
Commit 43ca6256 authored by renovate-bot's avatar renovate-bot
Browse files

Update dependency fastapi to v0.115.12

parent 27f83f17
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !37. Comments created here will be created in the context of that merge request.
...@@ -223,14 +223,14 @@ test = ["pytest (>=6)"] ...@@ -223,14 +223,14 @@ test = ["pytest (>=6)"]
[[package]] [[package]]
name = "fastapi" name = "fastapi"
version = "0.115.11" version = "0.115.12"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "fastapi-0.115.11-py3-none-any.whl", hash = "sha256:32e1541b7b74602e4ef4a0260ecaf3aadf9d4f19590bba3e1bf2ac4666aa2c64"}, {file = "fastapi-0.115.12-py3-none-any.whl", hash = "sha256:e94613d6c05e27be7ffebdd6ea5f388112e5e430c8f7d6494a9d1d88d43e814d"},
{file = "fastapi-0.115.11.tar.gz", hash = "sha256:cc81f03f688678b92600a65a5e618b93592c65005db37157147204d8924bf94f"}, {file = "fastapi-0.115.12.tar.gz", hash = "sha256:1e2c2a2646905f9e83d32f04a3f86aff4a286669c6c950ca95b5fd68c2602681"},
] ]
[package.dependencies] [package.dependencies]
...@@ -833,4 +833,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)", ...@@ -833,4 +833,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)",
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "ffe37921473b46c68e6f0d2120d8421a32e6c5d50246e8926ce587c8f15214c9" content-hash = "d0e1e9789211b6ae9a75995234e35ead719e43bd70122c034cf36542a4e516af"
...@@ -12,7 +12,7 @@ priority = "explicit" ...@@ -12,7 +12,7 @@ priority = "explicit"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"
thecodelabs-baseutils = {version = "*", source = "TheCodeLabs" } thecodelabs-baseutils = {version = "*", source = "TheCodeLabs" }
fastapi = "0.115.11" fastapi = "0.115.12"
uvicorn = "0.34.0" uvicorn = "0.34.0"
sqlalchemy = "2.0.38" sqlalchemy = "2.0.38"
apscheduler = "3.11.0" apscheduler = "3.11.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment