From dbc45d35d124065e591e2fa28667255e4d7835d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 11:23:31 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20python-dotenv=20from=200.20.?= =?UTF-8?q?0=20to=200.21.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 35d77874..9968b966 100644 --- a/poetry.lock +++ b/poetry.lock @@ -752,11 +752,11 @@ testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy [[package]] name = "python-dotenv" -version = "0.20.0" +version = "0.21.0" description = "Read key-value pairs from a .env file and set them as environment variables" category = "main" optional = false -python-versions = ">=3.5" +python-versions = ">=3.7" [package.extras] cli = ["click (>=5.0)"] @@ -1092,7 +1092,7 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "b9b3558891d59a03b92eed308b100ed99a0fbad101ef5aaab27c4b66dc940246" +content-hash = "415a000d606c1f00b580f22d88a6b175f97fdb6d81c9f36d5df7f7ec50084c2c" [metadata.files] aiofiles = [ @@ -1840,8 +1840,8 @@ pytest-asyncio = [ {file = "pytest_asyncio-0.19.0-py3-none-any.whl", hash = "sha256:7a97e37cfe1ed296e2e84941384bdd37c376453912d397ed39293e0916f521fa"}, ] python-dotenv = [ - {file = "python-dotenv-0.20.0.tar.gz", hash = "sha256:b7e3b04a59693c42c36f9ab1cc2acc46fa5df8c78e178fc33a8d4cd05c8d498f"}, - {file = "python_dotenv-0.20.0-py3-none-any.whl", hash = "sha256:d92a187be61fe482e4fd675b6d52200e7be63a12b724abbf931a40ce4fa92938"}, + {file = "python-dotenv-0.21.0.tar.gz", hash = "sha256:b77d08274639e3d34145dfa6c7008e66df0f04b7be7a75fd0d5292c191d79045"}, + {file = "python_dotenv-0.21.0-py3-none-any.whl", hash = "sha256:1684eb44636dd462b66c3ee016599815514527ad99965de77f43e0944634a7e5"}, ] python-telegram-bot = [ {file = "python-telegram-bot-20.0a4.tar.gz", hash = "sha256:3ec10b5169d40697aba77f245538ecdf989e9ae429fcaddc69a202579b4a6dcb"}, diff --git a/pyproject.toml b/pyproject.toml index 65140243..cb81c736 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ beautifulsoup4 = "^4.11.1" asyncmy = "^0.2.5" pyppeteer = "^1.0.2" aiofiles = "^0.8.0" -python-dotenv = "^0.20.0" +python-dotenv = "^0.21.0" PyMySQL = "^1.0.2" alembic = "^1.8.1" black = "^22.8.0"