From 453aea15e6ff9c6ed332a7fe6a8b202bde11b9ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 09:52:18 +0000 Subject: [PATCH] Update python-dotenv requirement from <0.22 to <1.1 in /django-web-app 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/v0.1.1...v1.0.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django-web-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django-web-app/requirements.txt b/django-web-app/requirements.txt index a00a693..fbb7b79 100644 --- a/django-web-app/requirements.txt +++ b/django-web-app/requirements.txt @@ -1,3 +1,3 @@ ms_identity_python[django] @ git+https://github.com/azure-samples/ms-identity-python@0.8 -python-dotenv<0.22 +python-dotenv<1.1 requests>=2,<3