diff --git a/Pipfile b/Pipfile index 775e0c04..3c3cca0b 100644 --- a/Pipfile +++ b/Pipfile @@ -30,7 +30,7 @@ asgi_lifespan = "*" uvicorn = "*" [packages] -fastapi = ">=0.54.0,<0.62.0" +fastapi = ">=0.54.0,<0.63.0" passlib = {extras = ["bcrypt"],version = "==1.7.4"} email-validator = ">=1.1.0,<1.2" sqlalchemy = ">=1.3.13,<1.4" diff --git a/Pipfile.lock b/Pipfile.lock index eceec17a..15d154f0 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "1fde25e5299698252720cbbf5e86bf382aa7d082f3011a06a86b8fc6779f3b4e" + "sha256": "d91c9e6ead7cb9a05e96e114d3a690c32d7814bf6a1f3a094cf1ea4b3c42c28a" }, "pipfile-spec": 6, "requires": { @@ -101,11 +101,11 @@ }, "fastapi": { "hashes": [ - "sha256:8c8517680a221e69eb34073adf46c503092db2f24845b7bdc7f85b54f24ff0df", - "sha256:9e0494fcbba98f85b8cc9b2606bb6b625246e1b12f79ca61f508b0b00843eca6" + "sha256:62074dd38541d9d7245f3aacbbd0d44340c53d56186c9b249d261a18dad4874b", + "sha256:8f4c64cd9cea67fb7dd175ca5015961efa572b9f43a8731014dac8929d86225f" ], "index": "pypi", - "version": "==0.61.2" + "version": "==0.62.0" }, "idna": { "hashes": [ diff --git a/pyproject.toml b/pyproject.toml index 75968e85..76416581 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ description-file = "README.md" requires-python = ">=3.7" requires = [ - "fastapi >=0.54.0,<0.62.0", + "fastapi >=0.54.0,<0.63.0", "passlib[bcrypt] ==1.7.4", "email-validator >=1.1.0,<1.2", "pyjwt ==1.7.1",