Skip to content

pyup: Scheduled weekly dependency update for week 18 #8153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
May 4, 2021
Merged
2 changes: 1 addition & 1 deletion requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ django-redis-cache==2.1.3 # pyup: ignore
pillow==8.2.0

# local debugging tools
watchdog==2.0.2
watchdog==2.0.3
datadiff==2.0.0
ipdb==0.13.7
pdbpp==0.10.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Packages required to build docs, independent of application dependencies

Sphinx==3.5.4
Pygments==2.8.1
Pygments==2.9.0

# doctuils==0.15 produces this error
# File "python3.6/site-packages/docutils/parsers/rst/states.py", line 882, in interpreted
Expand Down
16 changes: 8 additions & 8 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Base packages

pip==21.0.1
virtualenv==20.4.3
pip==21.1.1
virtualenv==20.4.4

django==2.2.20 # pyup: <2.3
django-extensions==3.1.2
django-extensions==3.1.3
django_polymorphic==3.0.0
django-autoslug==1.9.8

Expand All @@ -16,7 +16,7 @@ Sphinx==3.5.4
# Filtering for the REST API
django-filter==2.4.0

drf-flex-fields==0.8.9
drf-flex-fields==0.9.0
drf-extensions==0.7.0

django-vanilla-views==2.0.0
Expand All @@ -26,7 +26,7 @@ requests==2.25.1
requests-toolbelt==0.9.1
slumber==0.7.1
pyyaml==5.4.1
Pygments==2.8.1
Pygments==2.9.0

# Basic tools
redis==3.5.3
Expand All @@ -41,10 +41,10 @@ celery==5.0.5
# override ``account/base.html`` within your project.
django-allauth==0.42.0 # pyup: ignore

GitPython==3.1.14
GitPython==3.1.15

# Search
elasticsearch==7.12.0 # pyup: <8.0.0
elasticsearch==7.12.1 # pyup: <8.0.0
elasticsearch-dsl==7.3.0 # pyup: <8.0
django-elasticsearch-dsl==7.2.0 # pyup: <8.0
selectolax==0.2.11
Expand Down Expand Up @@ -77,7 +77,7 @@ docker==5.0.0
django-textclassifier==1.0
# django-textclassifier doesn't have pinned versions
# if there is an update they could break our code
nltk==3.6.1
nltk==3.6.2
textblob==0.15.3

django-annoying==0.10.6
Expand Down
4 changes: 2 additions & 2 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ execnet==1.8.0
Mercurial==4.4.2 # pyup: ignore

yamale==2.2.0 # pyup: <3.0
pytest-mock==3.5.1
pytest-mock==3.6.0

# local debugging tools
datadiff==2.0.0
ipdb==0.13.7

requests-mock==1.8.0
requests-mock==1.9.2