From ba1171c4165770783e7f89f99bd9f94469cc7a2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:00:54 +0000 Subject: [PATCH] dependency: (deps): bump python-dotenv from 1.0.0 to 1.0.1 in /backend Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.0 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/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index a07b40f9..d025bed4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -27,7 +27,7 @@ pydantic==2.5.3 pydantic_core==2.14.6 PyJWT==2.8.0 PyPDF2==1.26.0 -python-dotenv==1.0.0 +python-dotenv==1.0.1 pytz==2023.3.post1 PyYAML==6.0.1 sniffio==1.3.0