Skip to content

Commit

Permalink
Update django-environ requirement from ~=0.6.0 to ~=0.7.0 in /.github…
Browse files Browse the repository at this point in the history
…/dependabot_reqs (#13)

* Update django-environ requirement in /.github/dependabot_reqs

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/main/CHANGELOG.rst)
- [Commits](joke2k/django-environ@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: django-environ
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: bump django-environ dep in cookiecutter deps

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Galen Rice <galen.s.rice@gmail.com>
  • Loading branch information
dependabot[bot] and GriceTurrble committed Sep 14, 2021
1 parent 6db81f8 commit af5eae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot_reqs/requirements.txt
Expand Up @@ -5,6 +5,6 @@
# and let dependabot use this file for dependency checks.

Django~=3.2.7
django-environ~=0.6.0
django-environ~=0.7.0
psycopg2-binary~=2.9.1
pytz>=2021.1
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements.txt
@@ -1,5 +1,5 @@
Django~=3.2.7
django-environ~=0.6.0
django-environ~=0.7.0
{% if cookiecutter.database_backend == 'postgres' %}
# NOTE: if you have trouble installing psycopg2 while developing,
# consider changing your requirement to use `psycopg2-binary`
Expand Down

0 comments on commit af5eae7

Please sign in to comment.