Skip to content

Commit 4a49cc4

Browse files
build(deps): Update django-environ requirement (#1560)
Updates the requirements on [django-environ](https://github.com/joke2k/django-environ) to permit the latest version. - [Release notes](https://github.com/joke2k/django-environ/releases) - [Changelog](https://github.com/joke2k/django-environ/blob/develop/CHANGELOG.rst) - [Commits](joke2k/django-environ@v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: django-environ dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c9241c commit 4a49cc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies = [
4949
"django-cron>=0.6.0,<0.7.0",
5050

5151
# Environment & Configuration
52-
"django-environ>=0.12.0,<0.13.0",
52+
"django-environ>=0.12.0,<0.14.0",
5353
"django-heroku>=0.3.1,<0.4.0",
5454

5555
# Development & Debugging

0 commit comments

Comments
 (0)