Skip to content

Commit bfd8dbd

Browse files
Update python-dotenv requirement from >=1.0.0 to >=1.2.2 (#986)
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.0...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam <sam@diagrid.io>
1 parent f26d2db commit bfd8dbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Flask>=1.1
1515
# needed for auto fix
1616
ruff===0.14.1
1717
# needed for .env file loading in examples
18-
python-dotenv>=1.0.0
18+
python-dotenv>=1.2.2
1919
# needed for enhanced schema generation from function features
2020
pydantic>=2.13.3
2121
# needed for yaml file generation in examples

0 commit comments

Comments
 (0)