Skip to content

Commit

Permalink
bump django-environ package to the latest version (RedHatInsights#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
petracihalova authored Jan 27, 2025
1 parent 911dab3 commit 5c917a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
django-environ = "==0.10.0"
django-environ = "==0.12.0"
djangorestframework = "==3.15.2"
gunicorn = "==22.0.0"
whitenoise = "==6.4.0"
Expand Down
10 changes: 5 additions & 5 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ click-repl==0.3.0; python_version >= '3.6'
cryptography==44.0.0; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'
django==4.2.18; python_version >= '3.8'
django-cors-headers==4.6.0; python_version >= '3.9'
django-environ==0.10.0; python_version >= '3.5' and python_version < '4'
django-environ==0.12.0; python_version >= '3.9' and python_version < '4'
django-extensions==3.2.3; python_version >= '3.6'
django-filter==22.1; python_version >= '3.7'
django-prometheus==2.2.0
Expand Down

0 comments on commit 5c917a2

Please sign in to comment.