From d00ed081bbb7dcf1b8e66b0bd16b3d27dc886f50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:51:57 +0100 Subject: [PATCH] Update python-dotenv requirement from ~=1.0.0 to ~=1.0.1 (#38) * Update python-dotenv requirement from ~=1.0.0 to ~=1.0.1 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](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update requirements.txt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: George Taylor --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5e117d1..7150a0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ ansible-runner PyGithub GitPython==3.1.43 pyjwt~=2.8.0 -python-dotenv~=1.0.0 +python-dotenv~=1.0 Jinja2~=3.1.2 python-ldap requests~=2.31.0