From 798b9c4896d767cab6ca465afa6aeec3718b6813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Mar 2023 13:27:07 +0000 Subject: [PATCH] chore(deps-dev): bump python-dotenv from 0.21.1 to 1.0.0 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.21.1 to 1.0.0. - [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.21.1...v1.0.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:development update-type: version-update:semver-major ... 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 90d27559..4f5ce2e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1219,14 +1219,14 @@ six = ">=1.5" [[package]] name = "python-dotenv" -version = "0.21.1" +version = "1.0.0" description = "Read key-value pairs from a .env file and set them as environment variables" category = "dev" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "python-dotenv-0.21.1.tar.gz", hash = "sha256:1c93de8f636cde3ce377292818d0e440b6e45a82f215c3744979151fa8151c49"}, - {file = "python_dotenv-0.21.1-py3-none-any.whl", hash = "sha256:41e12e0318bebc859fcc4d97d4db8d20ad21721a6aa5047dd59f090391cb549a"}, + {file = "python-dotenv-1.0.0.tar.gz", hash = "sha256:a8df96034aae6d2d50a4ebe8216326c61c3eb64836776504fcca410e5937a3ba"}, + {file = "python_dotenv-1.0.0-py3-none-any.whl", hash = "sha256:f5971a9226b701070a4bf2c38c89e5a3f0d64de8debda981d1db98583009122a"}, ] [package.extras] @@ -1857,4 +1857,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "f4ef462fe817193e33f9dccaac49a150bf3f5323c316d498a5fd36ca96957e5f" +content-hash = "be4f7b6b5793b1acd478d1507770e785d8200a27a29757851769756bfa3616d7" diff --git a/pyproject.toml b/pyproject.toml index 6a1845b0..3b1b6aff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ isort = "^5.10.1" pytest-cov = "^4.0.0" commitizen = "^2.42.0" python-semantic-release = "^7.33.2" -python-dotenv = "^0.21.0" +python-dotenv = "^1.0.0" [tool.poetry.scripts] tests = 'poetry_scripts:run_tests'