diff --git a/poetry.lock b/poetry.lock index 8a2fb0e..126f03e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -316,7 +316,7 @@ python-versions = "*" [[package]] name = "fastapi" -version = "0.78.0" +version = "0.79.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 = "0e7c7ad68f39be8fdfefc4b1e7225ef626e676f181b481ba250cba4f1e25b3ea" +content-hash = "78a48469408b7d6dc2e3883fcb256a09f24231f7fc165705c58bc39794d660c6" [metadata.files] aiomysql = [ @@ -1660,8 +1660,8 @@ distlib = [ {file = "distlib-0.3.4.zip", hash = "sha256:e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579"}, ] fastapi = [ - {file = "fastapi-0.78.0-py3-none-any.whl", hash = "sha256:15fcabd5c78c266fa7ae7d8de9b384bfc2375ee0503463a6febbe3bab69d6f65"}, - {file = "fastapi-0.78.0.tar.gz", hash = "sha256:3233d4a789ba018578658e2af1a4bb5e38bdd122ff722b313666a9b2c6786a83"}, + {file = "fastapi-0.79.0-py3-none-any.whl", hash = "sha256:d337563424ceada23857f73d5abe8dae0c28e4cccb53b2af06e78b7bb4a1c7d7"}, + {file = "fastapi-0.79.0.tar.gz", hash = "sha256:cf0ff6db25b91d321050c4112baab0908c90f19b40bf257f9591d2f9780d1f22"}, ] filelock = [ {file = "filelock-3.7.1-py3-none-any.whl", hash = "sha256:37def7b658813cda163b56fc564cdc75e86d338246458c4c28ae84cabefa2404"}, diff --git a/pyproject.toml b/pyproject.toml index 4ee1a05..7341e01 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.79" +fastapi = ">=0.70.1,<0.80" flake8 = "^3.9.2" flake8-black = "^0.3.3" flake8-bugbear = "^22.7.1"