Skip to content

Commit fbcdaac

Browse files
chore(deps): update python-dotenv requirement from <2,>=1 to >=1.2.2,<2 in /example/example1 (#280)
chore(deps): update python-dotenv requirement in /example/example1 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:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed02a22 commit fbcdaac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/example1/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ openfga-sdk >= 0.10.2 # x-release-please-version
88
python-dateutil >= 2.9.0.post0
99
urllib3 >= 1.26.19, != 2.0.*, != 2.1.*, != 2.2.0, != 2.2.1, < 3
1010
yarl >= 1.20.1
11-
python-dotenv >= 1, <2
11+
python-dotenv >= 1.2.2, < 2

0 commit comments

Comments
 (0)