From b7019bfdf7d9385c594c0174ed4663604efeaca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 15:35:32 +0000 Subject: [PATCH] Bump python-dotenv from 1.0.0 to 1.0.1 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] --- app_worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_worker/requirements.txt b/app_worker/requirements.txt index 22ef173..78a1fc2 100644 --- a/app_worker/requirements.txt +++ b/app_worker/requirements.txt @@ -1,3 +1,3 @@ alembic==1.13.1 -python-dotenv==1.0.0 +python-dotenv==1.0.1 yt-dlp