From 5b06e4e19bdd6cc351c0a14df65e92a8efc04570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:14:33 +0200 Subject: [PATCH] chore(deps): update python-dotenv requirement from ~=0.21.1 to ~=1.0.1 (#871) 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.21.1...v1.0.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mads Nylund <73914541+MadsNyl@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5d91b187..a3ca4d60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ mysqlclient == 2.1.1 sentry-sdk == 1.14.0 celery == 5.4.0 azure-storage-blob == 12.13.1 -python-dotenv ~= 0.21.1 +python-dotenv ~= 1.0.1 gunicorn == 23.0.0 uvicorn == 0.30.6 whitenoise == 6.7.0