Skip to content

Commit ac09f26

Browse files
Update python-dotenv requirement from ~=1.1.1 to >=1.1.1,<1.3.0
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.1.1...v1.2.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 82ad22b commit ac09f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dev = [
4646
"pytest~=8.4.2",
4747
"pytest-asyncio~=1.2.0",
4848
"pytest-cov~=7.0.0",
49-
"python-dotenv~=1.1.1",
49+
"python-dotenv>=1.1.1,<1.3.0",
5050
]
5151

5252
[project.urls]

0 commit comments

Comments
 (0)