From d1dd40e9119aa08c1911ca7e50745600d8d265f9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Mar 2022 00:42:45 +0000 Subject: [PATCH] Update dependency python-dotenv to ^0.20.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 98a0a07..d367f6e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -164,7 +164,7 @@ six = ">=1.5" [[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 @@ -287,7 +287,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "c231647dd3521348d5a52244764c42e8a733748fa4fee6de5e3d5c8e9d7c3eb5" +content-hash = "c991062865eaf01b047abd84f551d02d6b888d21f19f9b4acf0c577c04dd8478" [metadata.files] aiohttp = [ @@ -484,8 +484,8 @@ python-dateutil = [ {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, ] 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"}, ] pytz = [ {file = "pytz-2021.3-py2.py3-none-any.whl", hash = "sha256:3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c"}, diff --git a/pyproject.toml b/pyproject.toml index e8cd187..4b5491a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ bot = "discord_reminder_bot.main:start" [tool.poetry.dependencies] python = "^3.9" "discord.py" = "^1.7.3" -python-dotenv = "^0.19.2" +python-dotenv = "^0.20.0" discord-py-slash-command = "^3.0.3" APScheduler = "^3.9.1" dateparser = "^1.1.1"