diff --git a/poetry.lock b/poetry.lock index 043b4a9..4a04058 100644 --- a/poetry.lock +++ b/poetry.lock @@ -316,7 +316,7 @@ python-versions = "*" [[package]] name = "fastapi" -version = "0.79.1" +version = "0.80.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" category = "dev" optional = false @@ -1390,7 +1390,7 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "b547535bee55f775f7dbf4f1a2a36a5e989485994e32c906b02dd6fa8b41a380" +content-hash = "8f7a655eaf4a9abb2056cfa0a390c917152fcd8b95256733bb5ca57192057254" [metadata.files] aiomysql = [ @@ -1660,8 +1660,8 @@ distlib = [ {file = "distlib-0.3.4.zip", hash = "sha256:e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579"}, ] fastapi = [ - {file = "fastapi-0.79.1-py3-none-any.whl", hash = "sha256:3c584179c64e265749e88221c860520fc512ea37e253282dab378cc503dfd7fd"}, - {file = "fastapi-0.79.1.tar.gz", hash = "sha256:006862dec0f0f5683ac21fb0864af2ff12a931e7ba18920f28cc8eceed51896b"}, + {file = "fastapi-0.80.0-py3-none-any.whl", hash = "sha256:5340f6016860baf94a52be5040c3a2e94c39ddc7ab4cc7548558182db742d9d6"}, + {file = "fastapi-0.80.0.tar.gz", hash = "sha256:4e542f71b5b0f4f54a82449e8bd0244305de319186a31addab976bf672206420"}, ] filelock = [ {file = "filelock-3.7.1-py3-none-any.whl", hash = "sha256:37def7b658813cda163b56fc564cdc75e86d338246458c4c28ae84cabefa2404"}, diff --git a/pyproject.toml b/pyproject.toml index 1ef43ea..4941a1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ pytest = "^7.1.2" pytest-cov = "^3.0.0" codecov = "^2.1.12" pytest-asyncio = "^0.18.3" -fastapi = ">=0.70.1,<0.80" +fastapi = ">=0.70.1,<0.81" flake8 = "^3.9.2" flake8-black = "^0.3.3" flake8-bugbear = "^22.8.22"