From 06a82638aabd576cae69cdf76199ea5d17d3f905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 16:08:08 +0000 Subject: [PATCH] Bump python-dotenv from 0.21.1 to 1.0.0 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.21.1 to 1.0.0. - [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.21.1...v1.0.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-major ... 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 fdefce3..2c21e05 100644 --- a/app_worker/requirements.txt +++ b/app_worker/requirements.txt @@ -1,4 +1,4 @@ PyYAML==6.0 alembic==1.9.4 -python-dotenv==0.21.1 +python-dotenv==1.0.0 yt-dlp