Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 1e64732

Browse files
Bump django-environ in /{{cookiecutter.project_slug}}
Bumps [django-environ](https://github.com/joke2k/django-environ) from 0.11.2 to 0.12.0. - [Release notes](https://github.com/joke2k/django-environ/releases) - [Changelog](https://github.com/joke2k/django-environ/blob/main/CHANGELOG.rst) - [Commits](joke2k/django-environ@v0.11.2...v0.12.0) --- updated-dependencies: - dependency-name: django-environ dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9cd8f7e commit 1e64732

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

{{cookiecutter.project_slug}}/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python_version = "3.9"
1212
cryptography = "~=44.0.2"
1313
django = "==4.2.20"
1414
"boto3" = "~=1.35.55"
15-
django-environ = "~=0.11.2"
15+
django-environ = "~=0.12.0"
1616
django-storages = "~=1.14"
1717
psycopg2 = "<=2.9.9"
1818
waitress = "~=3.0.2"

{{cookiecutter.project_slug}}/Pipfile.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)