Skip to content

pyup: Scheduled weekly dependency update for week 05 #8870

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 6 commits into from
Closed
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
4 changes: 2 additions & 2 deletions requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ argh==0.26.2
tox==3.24.5

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

# Used together with structlog to have nicer logs locally
rich==11.0.0
rich==11.1.0
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Base packages

pip==21.3.1
pip==22.0.2
virtualenv==20.13.0

django==3.2.11 # pyup: <3.3
Expand Down Expand Up @@ -49,7 +49,7 @@ 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
Expand Down Expand Up @@ -81,7 +81,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
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ execnet==1.9.0
Mercurial==6.0.1

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

# local debugging tools
datadiff==2.0.0
Expand Down