Skip to content

pyup: Scheduled weekly dependency update for week 07 #8915

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 15 commits into from
Feb 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ gunicorn==20.1.0
django-redis-cache==3.0.0

#For resizing images
pillow==9.0.0
pillow==9.0.1

structlog-sentry==1.4.0
6 changes: 3 additions & 3 deletions requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ psycopg2-binary==2.9.2 # pyup: ignore
django-redis-cache==3.0.0

# For resizing images
pillow==9.0.0
pillow==9.0.1

# Local debugging tools
watchdog==2.1.6
Expand All @@ -20,7 +20,7 @@ argh==0.26.2
tox==3.24.5

# AWS utilities to use against MinIO
awscli==1.22.41
awscli==1.22.54

# Used together with structlog to have nicer logs locally
rich==11.0.0
rich==11.2.0
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ sphinx-autobuild==2021.3.14
rstcheck==3.3.1

# Markdown
myst_parser==0.16.1
myst_parser==0.17.0
14 changes: 7 additions & 7 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Base packages

pip==21.3.1
virtualenv==20.13.0
pip==22.0.3
virtualenv==20.13.1

django==3.2.11 # pyup: <3.3
django==3.2.12 # pyup: <3.3
django-extensions==3.1.5
django-polymorphic==3.1.0
django-autoslug==1.9.8
Expand Down Expand Up @@ -49,13 +49,13 @@ celery==5.1.2 # pyup: ignore
# ``account/base.html`` -- you will need to check your templates and likely
# override ``account/base.html`` within your project.
django-allauth==0.42.0 # pyup: ignore
requests-oauthlib==1.3.0
requests-oauthlib==1.3.1

# GitPython >3.1.18 drops support for python 3.6.
GitPython==3.1.18 # pyup: ignore

# Search
elasticsearch==7.16.3 # pyup: <8.0.0
elasticsearch==7.17.0 # pyup: <8.0.0
elasticsearch-dsl==7.4.0 # pyup: <8.0
django-elasticsearch-dsl==7.2.2 # pyup: <8.0
selectolax==0.3.6
Expand All @@ -66,7 +66,7 @@ pyquery==1.4.3
# NOTE: this dep can be removed in python 3.7 in favor of ``date.fromisoformat``
python-dateutil==2.8.2

orjson==3.6.6
orjson==3.6.7

# Utils
django-gravatar2==1.4.4
Expand All @@ -80,7 +80,7 @@ markdown==3.3.6
git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5

django-formtools==2.3
django-crispy-forms==1.13.0
django-crispy-forms==1.14.0

docker==5.0.3

Expand Down
6 changes: 3 additions & 3 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
-r pip.txt

django-dynamic-fixture==3.1.2
pytest==6.2.5
pytest==7.0.1
pytest-custom-exit-code==0.3.0
pytest-django==4.5.2
pytest-cov==3.0.0

Mercurial==6.0.1
Mercurial==6.0.2

yamale==2.2.0 # pyup: <3.0
pytest-mock==3.6.1
pytest-mock==3.7.0

requests-mock==1.9.3