Skip to content

pyup: Scheduled weekly dependency update for week 37 #8483

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

Closed
wants to merge 10 commits into from
2 changes: 1 addition & 1 deletion requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ gunicorn==20.1.0
django-redis-cache==2.1.3 # pyup: ignore

#For resizing images
pillow==8.3.1
pillow==8.3.2
2 changes: 1 addition & 1 deletion requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ psycopg2-binary==2.8.6 # pyup: ignore
django-redis-cache==2.1.3 # pyup: ignore

# For resizing images
pillow==8.3.1
pillow==8.3.2

# local debugging tools
watchdog==2.1.5
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readthedocs-sphinx-search==0.1.0
git+https://github.com/readthedocs/sphinx-hoverxref@master

# Docs
sphinxemoji==0.1.8
sphinxemoji==0.1.9
sphinxcontrib-httpdomain==1.7.0
sphinx-prompt==1.4.0
sphinx-notfound-page==0.7.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Packages required for doing linting

-r pip.txt
prospector==1.3.1
prospector==1.5.0.1
10 changes: 5 additions & 5 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ django-simple-history==3.0.0
djangorestframework==3.12.4

# For intersphinx during builds
Sphinx==4.1.2
Sphinx==4.2.0

# Filtering for the REST API
django-filter==2.4.0
Expand Down Expand Up @@ -46,10 +46,10 @@ django-allauth==0.42.0 # pyup: ignore
GitPython==3.1.18 # pyup: ignore

# Search
elasticsearch==7.14.0 # pyup: <8.0.0
elasticsearch==7.14.1 # pyup: <8.0.0
elasticsearch-dsl==7.4.0 # pyup: <8.0
django-elasticsearch-dsl==7.2.0 # pyup: <8.0
selectolax==0.2.13
selectolax==0.3.2

# embed
pyquery==1.4.3
Expand All @@ -66,7 +66,7 @@ pytz==2021.1
Unipath==1.1
django-kombu==0.9.4
stripe==2.60.0
regex==2021.8.3
regex==2021.8.28
markdown==3.3.4

# unicode-slugify==0.1.5 is not released on PyPI yet
Expand All @@ -75,7 +75,7 @@ git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.
django-formtools==2.3
django-crispy-forms==1.12.0

docker==5.0.0
docker==5.0.2

django-textclassifier==1.0
# django-textclassifier doesn't have pinned versions
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-r pip.txt

django-dynamic-fixture==3.1.1
pytest==6.2.4
pytest==6.2.5
pytest-custom-exit-code==0.3.0
pytest-django==4.4.0
pytest-xdist==2.3.0
Expand Down