aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-24 20:46:23 +0000
committerGravatar GitHub <[email protected]>2024-01-24 20:46:23 +0000
commitea6c01dff437c93cdbe560210bc8a627340ab907 (patch)
tree1125fe81c6f7557c6866d637d3dbb3f18a2b529c /pyproject.toml
parentBump 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>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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"