From 00a77cb08f895c829f2a2b2ee5874d2592c9c924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 10:59:42 +0000 Subject: [PATCH] Bump python-dotenv from 0.19.0 to 1.0.0 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.19.0 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.19.0...v1.0.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- locked-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locked-requirements.txt b/locked-requirements.txt index 202427d..59dfb6f 100644 --- a/locked-requirements.txt +++ b/locked-requirements.txt @@ -15,7 +15,7 @@ pipdeptree==2.1.0 psycopg2-binary==2.9.1 psycopg2==2.9.1 pylint==2.11.1 -python-dotenv==0.19.0 +python-dotenv==1.0.0 pytz==2021.3 setuptools==58.2.0 sqlparse==0.4.2 diff --git a/requirements.txt b/requirements.txt index dc92822..c6d9780 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ psycopg2-binary==2.9.1 django-heroku==0.3.1 gunicorn==20.1.0 whitenoise==5.3.0 -python-dotenv==0.19.0 +python-dotenv==1.0.0 # Linting pylint==2.11.1