diff options
author | 2024-01-24 20:46:23 +0000 | |
---|---|---|
committer | 2024-01-24 20:46:23 +0000 | |
commit | ea6c01dff437c93cdbe560210bc8a627340ab907 (patch) | |
tree | 1125fe81c6f7557c6866d637d3dbb3f18a2b529c | |
parent | Bump ruff from 0.1.13 to 0.1.14 (#1434) (diff) |
Bump python-dotenv from 1.0.0 to 1.0.1 (#1436)
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:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 81547cab..4ae80f8c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1299,13 +1299,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] @@ -1825,4 +1825,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "ade3370a6f0a80d81e46205566b7a8dfb7a1d62dfa870adcffd3853ddb16a175" +content-hash = "4867c3bc165e0e9f7c3c18b0c18e91276bbd92e9d559202493e6104f8ea55e80" diff --git a/pyproject.toml b/pyproject.toml index 14ef5730..cd470656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pydantic-settings = "2.1.0" [tool.poetry.dev-dependencies] pip-licenses = "4.3.4" pre-commit = "3.6.0" -python-dotenv = "1.0.0" +python-dotenv = "1.0.1" ruff = "0.1.14" taskipy = "1.12.2" |