From 9779490094e728cf101e2af909384adada7f520c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:36:41 +0000 Subject: [PATCH] Bump python-dotenv from 0.19.2 to 1.0.1 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.19.2 to 1.0.1. - [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.19.2...v1.0.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 21abcbf6..361d11c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ django-cors-headers==3.11.0 django-parsley==0.7 html5lib==1.1 pymongo==4.0.1 -python-dotenv==0.19.2 +python-dotenv==1.0.1 pytz==2021.3 rdkit==2023.3.1 redis==4.4.4