Skip to content

pyup: Scheduled weekly dependency update for week 08 #8954

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 5 commits into from
Feb 23, 2022
Merged
Show file tree
Hide file tree
Changes from 4 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/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ argh==0.26.2
tox==3.24.5

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

# Used together with structlog to have nicer logs locally
rich==11.2.0
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ orjson==3.6.7
django-gravatar2==1.4.4
pytz==2021.3
django-kombu==0.9.4
stripe==2.65.0
stripe==2.66.0
regex==2022.1.18
markdown==3.3.6

Expand Down Expand Up @@ -112,7 +112,7 @@ django-debug-toolbar==3.2.4
# For enabling content-security-policy
django-csp==3.7
# For setting the permissions-policy security header
django-permissions-policy==4.7.0
django-permissions-policy==4.8.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
django-permissions-policy==4.8.0
# We can not upgrade to 4.8.0 because it removes `interest-cohort` feature and we are still using it.
django-permissions-policy==4.7.0

@davidfischer is interest-cohort something we want to keep using?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It mostly doesn't matter anymore. Google abandoned it.


django-structlog==2.2.0
structlog==21.5.0
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pytest-custom-exit-code==0.3.0
pytest-django==4.5.2
pytest-cov==3.0.0

Mercurial==6.0.2
Mercurial==6.0.3

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