diff options
-rw-r--r-- | poetry.lock | 10 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index 3ebf283..c5447dc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -220,8 +220,8 @@ zstd = ["zstandard"] [[package]] name = "python-dotenv" -version = "0.15.0" -description = "Add .env support to your django/flask apps in development and deployments" +version = "0.17.0" +description = "Read key-value pairs from a .env file and set them as environment variables" category = "main" optional = false python-versions = "*" @@ -390,7 +390,7 @@ python-versions = ">=3.6.1" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "49f6425a531020523aaa57a0b29c749d1c2dbb4330186bfc28385b139984eead" +content-hash = "99b35615a7bafab70f951a99e9fda1aa1b53e22968353f037dbc6eb7df3e9817" [metadata.files] certifi = [ @@ -564,8 +564,8 @@ pymongo = [ {file = "pymongo-3.11.3.tar.gz", hash = "sha256:db5098587f58fbf8582d9bda2462762b367207246d3e19623782fb449c3c5fcc"}, ] python-dotenv = [ - {file = "python-dotenv-0.15.0.tar.gz", hash = "sha256:587825ed60b1711daea4832cf37524dfd404325b7db5e25ebe88c495c9f807a0"}, - {file = "python_dotenv-0.15.0-py2.py3-none-any.whl", hash = "sha256:0c8d1b80d1a1e91717ea7d526178e3882732420b03f08afea0406db6402e220e"}, + {file = "python-dotenv-0.17.0.tar.gz", hash = "sha256:471b782da0af10da1a80341e8438fca5fadeba2881c54360d5fd8d03d03a4f4a"}, + {file = "python_dotenv-0.17.0-py2.py3-none-any.whl", hash = "sha256:49782a97c9d641e8a09ae1d9af0856cc587c8d2474919342d5104d85be9890b2"}, ] pyyaml = [ {file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922"}, diff --git a/pyproject.toml b/pyproject.toml index 5d9117c..73ae984 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ starlette = "^0.14.2" nested_dict = "^1.61" uvicorn = {extras = ["standard"], version = "^0.13.4"} motor = "^2.3.1" -python-dotenv = "^0.15.0" +python-dotenv = "^0.17.0" pyjwt = "^2.0.1" httpx = "^0.17.1" gunicorn = "^20.1.0" |