diff --git a/poetry.lock b/poetry.lock index c647502..46ab5ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -199,7 +199,7 @@ description = "FastAPI framework, high performance, easy to learn, fast to code, name = "fastapi" optional = false python-versions = ">=3.6" -version = "0.54.1" +version = "0.54.2" [package.dependencies] pydantic = ">=0.32.2,<2.0.0" @@ -811,7 +811,7 @@ python-versions = "*" version = "1.12.1" [metadata] -content-hash = "48a065d2fc0e7113d5ffb7139e73d3fbb9baae28a51d852592e4cadfe3b1fff9" +content-hash = "50a3aba1f474406b0557dd846180e518f15e545cdca395f1bfc32fd84130891b" python-versions = "^3.8" [metadata.files] @@ -953,8 +953,8 @@ docker = [ {file = "docker-4.2.0.tar.gz", hash = "sha256:ddae66620ab5f4bce769f64bcd7934f880c8abe6aa50986298db56735d0f722e"}, ] fastapi = [ - {file = "fastapi-0.54.1-py3-none-any.whl", hash = "sha256:1ee9a49f28d510b62b3b51a9452b274853bfc9c5d4b947ed054366e2d49f9efa"}, - {file = "fastapi-0.54.1.tar.gz", hash = "sha256:72f40f47e5235cb5cbbad1d4f97932ede6059290c07e12e9784028dcd1063d28"}, + {file = "fastapi-0.54.2-py3-none-any.whl", hash = "sha256:c8651f8316956240c2ffe5bc05c334c8359a3887e642720a9b23319c51e82907"}, + {file = "fastapi-0.54.2.tar.gz", hash = "sha256:fff1b4a7fdf4812abb4507fb7aa30ef4206a0435839626ebe3b2871ec9aa367f"}, ] filelock = [ {file = "filelock-3.0.12-py3-none-any.whl", hash = "sha256:929b7d63ec5b7d6b71b0fa5ac14e030b3f70b75747cef1b10da9b879fef15836"}, diff --git a/pyproject.toml b/pyproject.toml index a90cc63..46a2924 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.8" pendulum = "2.0.5" alembic = "^1.4.2" argon2-cffi = "^19.2.0" -fastapi = "^0.54.1" +fastapi = "^0.54.2" gunicorn = "^20.0.4" passlib = "^1.7.2" psycopg2-binary = "^2.8.5"