Skip to content

Commit

Permalink
Bump django-environ from 0.4.5 to 0.11.2 (#385)
Browse files Browse the repository at this point in the history
* Bump django-environ from 0.4.5 to 0.11.2

Bumps [django-environ](https://github.com/joke2k/django-environ) from 0.4.5 to 0.11.2.
- [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.4.5...v0.11.2)

---
updated-dependencies:
- dependency-name: django-environ
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Regenerating requirements.txt file

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christopher Pettinga <[email protected]>
  • Loading branch information
3 people authored Nov 30, 2023
1 parent 2c2030f commit 67c9d7c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
17 changes: 11 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ django-chunk-upload-handlers = "0.0.11"
django-compressor = "*"
django-countries = "7.2.1"
django-csp = "3.7"
django-environ = "0.4.5"
django-environ = "0.11.2"
django-extensions = "2.2.1"
django-govuk-forms = "0.5"
django-govuk-template = "0.6"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ django-chunk-upload-handlers==0.0.11 ; python_version >= "3.8" and python_versio
django-compressor==4.4 ; python_version >= "3.8" and python_version < "4.0"
django-countries==7.2.1 ; python_version >= "3.8" and python_version < "4.0"
django-csp==3.7 ; python_version >= "3.8" and python_version < "4.0"
django-environ==0.4.5 ; python_version >= "3.8" and python_version < "4.0"
django-environ==0.11.2 ; python_version >= "3.8" and python_version < "4"
django-extensions==2.2.1 ; python_version >= "3.8" and python_version < "4.0"
django-govuk-forms==0.5 ; python_version >= "3.8" and python_version < "4.0"
django-govuk-template==0.6 ; python_version >= "3.8" and python_version < "4.0"
Expand All @@ -35,7 +35,7 @@ gevent==23.9.1 ; python_version >= "3.8" and python_version < "4.0"
greenlet==3.0.1 ; platform_python_implementation == "CPython" and python_version < "4.0" and python_version >= "3.8"
gunicorn==20.0.4 ; python_version >= "3.8" and python_version < "4.0"
idna==3.6 ; python_version >= "3.8" and python_version < "4.0"
jmespath==1.0.1 ; python_version >= "3.8" and python_version < "4.0"
jmespath==0.10.0 ; python_version >= "3.8" and python_version < "4.0"
kubi-ecs-logger==0.1.2 ; python_version >= "3.8" and python_version < "4"
libsass==0.22.0 ; python_version >= "3.8" and python_version < "4.0"
lxml==4.9.3 ; python_version >= "3.8" and python_version < "4.0"
Expand Down

0 comments on commit 67c9d7c

Please sign in to comment.