From 673a8e8f2d604b2a29848a196865b4e073b55d20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 02:20:35 +0000 Subject: [PATCH] Bump python-dotenv from 1.0.0 to 1.0.1 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4ed444d..2c76f9e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -1520,13 +1520,13 @@ 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" 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] @@ -2215,4 +2215,4 @@ stability = ["stability-sdk"] [metadata] lock-version = "2.0" python-versions = "^3.9,<3.12" -content-hash = "a6da3041f783ada4ad360dcd189d38e1693607c8e27e8b79e1fc3cc4f3eae6a2" +content-hash = "4f0ac47951c783376a1d8d524ac884d097e692d1b554e54617bfd6c979869bf5" diff --git a/pyproject.toml b/pyproject.toml index bf07c88..474b115 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ Jinja2 = "3.1.2" jinja2schema = "0.1.4" pydantic = "^1.10.7" requests = "^2.31.0" -python-dotenv = "1.0.0" +python-dotenv = "1.0.1" urllib3 = ">=1.26.18" "cryptography" = ">=41.0.6" stability-sdk = { version = "0.8.3", optional = true }