diff options
| -rw-r--r-- | poetry.lock | 8 | ||||
| -rw-r--r-- | pyproject.toml | 2 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/poetry.lock b/poetry.lock index 88fcbc4..ba403a6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -268,7 +268,7 @@ zstd = ["zstandard"]  [[package]]  name = "python-dotenv" -version = "0.19.2" +version = "0.20.0"  description = "Read key-value pairs from a .env file and set them as environment variables"  category = "main"  optional = false @@ -450,7 +450,7 @@ python-versions = ">=3.7"  [metadata]  lock-version = "1.1"  python-versions = "^3.9" -content-hash = "59d7327a0d60187635dc1a0d2cdebaa70eef52c8952ae4ff528360eaaee38f72" +content-hash = "c89a6d691f802360491e2d25280f346d03e3d16fb66fa9c54d5f91831ddcb97e"  [metadata.files]  anyio = [ @@ -687,8 +687,8 @@ pymongo = [      {file = "pymongo-4.1.1.tar.gz", hash = "sha256:d7b8f25c9b0043cbaf77b8b895814e33e7a3c807a097377c07e1bd49946030d5"},  ]  python-dotenv = [ -    {file = "python-dotenv-0.19.2.tar.gz", hash = "sha256:a5de49a31e953b45ff2d2fd434bbc2670e8db5273606c1e737cc6b93eff3655f"}, -    {file = "python_dotenv-0.19.2-py2.py3-none-any.whl", hash = "sha256:32b2bdc1873fd3a3c346da1c6db83d0053c3c62f28f1f38516070c4c8971b1d3"}, +    {file = "python-dotenv-0.20.0.tar.gz", hash = "sha256:b7e3b04a59693c42c36f9ab1cc2acc46fa5df8c78e178fc33a8d4cd05c8d498f"}, +    {file = "python_dotenv-0.20.0-py3-none-any.whl", hash = "sha256:d92a187be61fe482e4fd675b6d52200e7be63a12b724abbf931a40ce4fa92938"},  ]  pyyaml = [      {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, diff --git a/pyproject.toml b/pyproject.toml index 0cb33db..f5df985 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ starlette = "^0.20.4"  nested_dict = "^1.61"  uvicorn = {extras = ["standard"], version = "^0.18.2"}  motor = "3.0.0" -python-dotenv = "^0.19.2" +python-dotenv = "^0.20.0"  pyjwt = "^2.4.0"  httpx = "^0.23.0"  gunicorn = "^20.1.0" | 
