Skip to content

Commit 34de1cf

Browse files
build(deps-dev): update python-dotenv requirement
Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.0.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2139f4 commit 34de1cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ select = [
4545
dev = [
4646
"pytest>=8.3.5",
4747
"pytest-cov>=6.0.0",
48-
"python-dotenv>=1.0.1",
48+
"python-dotenv>=1.2.2",
4949
"ruff>=0.9.10",
5050
]
5151

0 commit comments

Comments
 (0)