Skip to content

Commit f71ed07

Browse files
build(deps): update python-dotenv requirement from >=1.0.1 to >=1.2.2
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:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4831f4f commit f71ed07

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
@@ -9,7 +9,7 @@ dependencies = [
99
"loguru>=0.7.2",
1010
"pydantic-settings>=2.6.0",
1111
"pydantic>=2.9.2",
12-
"python-dotenv>=1.0.1",
12+
"python-dotenv>=1.2.2",
1313
"requests>=2.32.3",
1414
]
1515

0 commit comments

Comments
 (0)