diff --git a/poetry.lock b/poetry.lock index c647502..46d46bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -199,17 +199,17 @@ 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.58.0" [package.dependencies] pydantic = ">=0.32.2,<2.0.0" -starlette = "0.13.2" +starlette = "0.13.4" [package.extras] all = ["requests", "aiofiles", "jinja2", "python-multipart", "itsdangerous", "pyyaml", "graphene", "ujson", "orjson", "email-validator", "uvicorn", "async-exit-stack", "async-generator"] dev = ["pyjwt", "passlib", "autoflake", "flake8", "uvicorn", "graphene"] doc = ["mkdocs", "mkdocs-material", "markdown-include", "typer", "typer-cli", "pyyaml"] -test = ["pytest (>=4.0.0)", "pytest-cov", "mypy", "black", "isort", "requests", "email-validator", "sqlalchemy", "peewee", "databases", "orjson", "async-exit-stack", "async-generator", "python-multipart", "aiofiles", "flask"] +test = ["pytest (>=5.4.3)", "pytest-cov", "mypy", "black", "isort", "requests", "email-validator", "sqlalchemy", "peewee", "databases", "orjson", "async-exit-stack", "async-generator", "python-multipart", "aiofiles", "flask"] [[package]] category = "dev" @@ -665,7 +665,7 @@ description = "The little ASGI library that shines." name = "starlette" optional = false python-versions = ">=3.6" -version = "0.13.2" +version = "0.13.4" [package.extras] full = ["aiofiles", "graphene", "itsdangerous", "jinja2", "python-multipart", "pyyaml", "requests", "ujson"] @@ -811,7 +811,7 @@ python-versions = "*" version = "1.12.1" [metadata] -content-hash = "48a065d2fc0e7113d5ffb7139e73d3fbb9baae28a51d852592e4cadfe3b1fff9" +content-hash = "b740515aaf8e700c3a3b96c201ff7e524dc2c3bd396143e79a6a76be1984917c" 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.58.0-py3-none-any.whl", hash = "sha256:cdd953e806d5c6bee879178d4e6c7b2ebcee219ea252a39c1c98ad8c7b798235"}, + {file = "fastapi-0.58.0.tar.gz", hash = "sha256:bfea20cc164885af99bad4bc680a99fe3b75d8d43b278ad51f1501d97cf8f762"}, ] filelock = [ {file = "filelock-3.0.12-py3-none-any.whl", hash = "sha256:929b7d63ec5b7d6b71b0fa5ac14e030b3f70b75747cef1b10da9b879fef15836"}, @@ -1266,8 +1266,8 @@ sqlalchemy = [ {file = "SQLAlchemy-1.3.16.tar.gz", hash = "sha256:7224e126c00b8178dfd227bc337ba5e754b197a3867d33b9f30dc0208f773d70"}, ] starlette = [ - {file = "starlette-0.13.2-py3-none-any.whl", hash = "sha256:6169ee78ded501095d1dda7b141a1dc9f9934d37ad23196e180150ace2c6449b"}, - {file = "starlette-0.13.2.tar.gz", hash = "sha256:a9bb130fa7aa736eda8a814b6ceb85ccf7a209ed53843d0d61e246b380afa10f"}, + {file = "starlette-0.13.4-py3-none-any.whl", hash = "sha256:0fb4b38d22945b46acb880fedee7ee143fd6c0542992501be8c45c0ed737dd1a"}, + {file = "starlette-0.13.4.tar.gz", hash = "sha256:04fe51d86fd9a594d9b71356ed322ccde5c9b448fc716ac74155e5821a922f8d"}, ] testcontainers = [ {file = "testcontainers-2.6.0.tar.gz", hash = "sha256:16f5cda7484b1f19bcd5de5dacea26f2aa99d79a744ed5f2f141c6c23eac4f4a"}, diff --git a/pyproject.toml b/pyproject.toml index a90cc63..3d6fb9d 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.58.0" gunicorn = "^20.0.4" passlib = "^1.7.2" psycopg2-binary = "^2.8.5"