diff options
author | 2023-01-28 19:24:29 +0000 | |
---|---|---|
committer | 2023-01-28 19:24:29 +0000 | |
commit | d4bcfb11ef19a157229d19e80f6f280236f27c51 (patch) | |
tree | bd560a44be019726d9a702e5a1dc0c53ddcb9186 | |
parent | Bump pre-commit from 2.21.0 to 3.0.1 (#1195) (diff) |
Bump python-dotenv from 0.21.0 to 0.21.1 (#1190)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 300edb2e..73696a15 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1452,14 +1452,14 @@ six = ">=1.5" [[package]] name = "python-dotenv" -version = "0.21.0" +version = "0.21.1" description = "Read key-value pairs from a .env file and set them as environment variables" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "python-dotenv-0.21.0.tar.gz", hash = "sha256:b77d08274639e3d34145dfa6c7008e66df0f04b7be7a75fd0d5292c191d79045"}, - {file = "python_dotenv-0.21.0-py3-none-any.whl", hash = "sha256:1684eb44636dd462b66c3ee016599815514527ad99965de77f43e0944634a7e5"}, + {file = "python-dotenv-0.21.1.tar.gz", hash = "sha256:1c93de8f636cde3ce377292818d0e440b6e45a82f215c3744979151fa8151c49"}, + {file = "python_dotenv-0.21.1-py3-none-any.whl", hash = "sha256:41e12e0318bebc859fcc4d97d4db8d20ad21721a6aa5047dd59f090391cb549a"}, ] [package.extras] @@ -1935,4 +1935,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "dd763b0d734fb3037882c4f0590ca41936345e87c29417e91a87f5fde95686dd" +content-hash = "d98647d0a7ea7dab6cd5e9a23408d3d73fe808ad6573dae0f97599fe1d2025ab" diff --git a/pyproject.toml b/pyproject.toml index f1b4a5d6..9fde051d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ flake8-isort = "6.0.0" pep8-naming = "0.13.3" pip-licenses = "4.0.3" pre-commit = "3.0.1" -python-dotenv = "0.21.0" +python-dotenv = "0.21.1" taskipy = "1.10.3" [tool.taskipy.tasks] |