From f01a2bccde54d4333873020e64347ec7603e7aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:06:27 +0000 Subject: [PATCH] Bump python-dotenv from 0.19.2 to 1.0.1 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.19.2 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/v0.19.2...v1.0.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index bd94f037..2ea6eb1c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alembic" @@ -1995,13 +1995,13 @@ six = ">=1.5" [[package]] name = "python-dotenv" -version = "0.19.2" +version = "1.0.1" description = "Read key-value pairs from a .env file and set them as environment variables" optional = false -python-versions = ">=3.5" +python-versions = ">=3.8" files = [ - {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-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"}, + {file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"}, ] [package.extras] @@ -2976,4 +2976,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "800cf3c5c6455243663d72c946fcb822519718993432e35d3a8d0f7f1678abe2" +content-hash = "dbeab081e6f6b488ea31de4c08d01c918b61112d7f83d4b0d4410f887bbc09f5" diff --git a/pyproject.toml b/pyproject.toml index d0ea3fc4..538d379f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ db-client = { git = "https://github.com/climatepolicyradar/navigator-db-client.g [tool.poetry.dev-dependencies] pre-commit = "^2.17.0" -python-dotenv = "^0.19.2" +python-dotenv = "^1.0.1" pytest = "^8.3.2" pytest-dotenv = "^0.5.2" pytest-mock = "^3.7.0"