aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-02-05 16:59:45 +0200
committerGravatar GitHub <[email protected]>2022-02-05 16:59:45 +0200
commitfe2a5ec2c8883d0d42f7e1dfcad4f2fed2963672 (patch)
tree479bdb51d8d92f703d6a3e17374a8ab80fd33852
parentMerge pull request #111 from python-discord/dependabot/pip/pyjwt-2.3.0 (diff)
parentBump python-dotenv from 0.17.0 to 0.19.2 (diff)
Merge pull request #115 from python-discord/dependabot/pip/python-dotenv-0.19.2
Bump python-dotenv from 0.17.0 to 0.19.2
-rw-r--r--poetry.lock10
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index 17780d5..8addff0 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -223,11 +223,11 @@ zstd = ["zstandard"]
[[package]]
name = "python-dotenv"
-version = "0.17.0"
+version = "0.19.2"
description = "Read key-value pairs from a .env file and set them as environment variables"
category = "main"
optional = false
-python-versions = "*"
+python-versions = ">=3.5"
[package.extras]
cli = ["click (>=5.0)"]
@@ -393,7 +393,7 @@ python-versions = ">=3.6.1"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
-content-hash = "b1d201028ec080fe17cf0359f239053519a402a7275fdff1a064176c80ae2d93"
+content-hash = "70f90bccbe6cdd9af8a84fc520b713677a870781656535822d453239a62d270c"
[metadata.files]
certifi = [
@@ -568,8 +568,8 @@ pymongo = [
{file = "pymongo-3.11.3.tar.gz", hash = "sha256:db5098587f58fbf8582d9bda2462762b367207246d3e19623782fb449c3c5fcc"},
]
python-dotenv = [
- {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"},
+ {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"},
]
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 c9b7610..f4f25dc 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.4.0"
-python-dotenv = "^0.17.0"
+python-dotenv = "^0.19.2"
pyjwt = "^2.3.0"
httpx = "^0.17.1"
gunicorn = "^20.1.0"