Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Commit

Permalink
Merge pull request #45 from westnetz/renovate/whitenoise-4.x
Browse files Browse the repository at this point in the history
Update dependency whitenoise to v4.1.3
  • Loading branch information
cfra authored Jul 16, 2019
2 parents 81b7d32 + 55fdb2d commit 3fba6af
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deploy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ gunicorn==19.9.0
pytz==2019.1
pyyaml==5.1.1
sqlparse==0.3.0
whitenoise==4.1.2
whitenoise==4.1.3
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ idna==2.8 # via requests
importlib-metadata==0.18 # via pluggy, pytest
ipython-genutils==0.2.0 # via traitlets
ipython==7.5.0
jedi==0.14.0 # via ipython
jedi==0.14.1 # via ipython
more-itertools==7.1.0 # via pytest
packaging==19.0 # via pytest
parso==0.5.0 # via jedi
pbr==5.3.1 # via stevedore
parso==0.5.1 # via jedi
pbr==5.4.0 # via stevedore
pexpect==4.7.0 # via ipython
pickleshare==0.7.5 # via ipython
pip-tools==3.8.0
Expand All @@ -54,8 +54,8 @@ toml==0.10.0 # via black
traitlets==4.3.2 # via ipython
urllib3==1.25.3 # via requests
wcwidth==0.1.7 # via prompt-toolkit, pytest
whitenoise==4.1.2
zipp==0.5.1 # via importlib-metadata
whitenoise==4.1.3
zipp==0.5.2 # via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.0.1 # via ipython
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django==2.2.3
django-configurations==2.1
pyyaml==5.1.1
whitenoise==4.1.2
whitenoise==4.1.3
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ django==2.2.3
pytz==2019.1 # via django
pyyaml==5.1.1
sqlparse==0.3.0 # via django
whitenoise==4.1.2
whitenoise==4.1.3

0 comments on commit 3fba6af

Please sign in to comment.