From f995b44595dfbc6a1bd008d702a28a7c4c877702 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 06:25:52 +0000 Subject: [PATCH] Update dependency python-dotenv to v1.0.1 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 627b15a436c..77ddcb37c1e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1085,14 +1085,14 @@ six = ">=1.5" [[package]] name = "python-dotenv" -version = "1.0.0" +version = "1.0.1" description = "Read key-value pairs from a .env file and set them as environment variables" category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "python-dotenv-1.0.0.tar.gz", hash = "sha256:a8df96034aae6d2d50a4ebe8216326c61c3eb64836776504fcca410e5937a3ba"}, - {file = "python_dotenv-1.0.0-py3-none-any.whl", hash = "sha256:f5971a9226b701070a4bf2c38c89e5a3f0d64de8debda981d1db98583009122a"}, + {file = "python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"}, + {file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"}, ] [package.extras] @@ -1537,4 +1537,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.12" -content-hash = "091361d9704a1aa0354745e4e37549c3f54759a401b54b0198be8111c22730ac" +content-hash = "367899f2e22f236412301ecd11ced3a069401a829c66ebdc59ead709d73a79d8" diff --git a/pyproject.toml b/pyproject.toml index 52612358348..3336c51bae5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ PyYAML = "6.0.1" PyGithub = "2.1.1" click = "8.1.7" importlib-metadata = "7.0.1" -python-dotenv = "1.0.0" +python-dotenv = "1.0.1" Jinja2 = "3.1.3" alt-profanity-check = "1.3.2"