Skip to content

Dependencies: all packages updated via pip-tools #10380

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 1 commit into from
Jun 5, 2023
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
20 changes: 10 additions & 10 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.26.142
boto3==1.26.146
# via
# -r requirements/pip.txt
# django-storages
botocore==1.29.142
botocore==1.29.146
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -76,7 +76,7 @@ click-repl==0.2.0
# via
# -r requirements/pip.txt
# celery
cryptography==40.0.2
cryptography==41.0.1
Copy link
Member

Choose a reason for hiding this comment

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

BACKWARDS INCOMPATIBLE: Support for OpenSSL less than 1.1.1d has been removed. Users on older version of OpenSSL will need to upgrade.

This is for our own application, where we are using Ubuntu 22.04. So, we should be fine here.

# via
# -r requirements/pip.txt
# pyjwt
Expand Down Expand Up @@ -216,7 +216,7 @@ imagesize==1.4.1
# via
# -r requirements/pip.txt
# sphinx
ipython==8.13.2
ipython==8.14.0
# via -r requirements/deploy.in
jedi==0.18.2
# via ipython
Expand All @@ -233,7 +233,7 @@ jsonfield==3.1.0
# via
# -r requirements/pip.txt
# dj-stripe
kombu==5.2.4
kombu==5.3.0
# via
# -r requirements/pip.txt
# celery
Expand All @@ -243,7 +243,7 @@ lxml==4.9.2
# pyquery
markdown==3.4.3
# via -r requirements/pip.txt
markupsafe==2.1.2
markupsafe==2.1.3
# via
# -r requirements/pip.txt
# jinja2
Expand All @@ -255,7 +255,7 @@ oauthlib==3.2.2
# via
# -r requirements/pip.txt
# requests-oauthlib
orjson==3.8.14
orjson==3.9.0
# via -r requirements/pip.txt
packaging==23.1
# via
Expand Down Expand Up @@ -324,7 +324,7 @@ redis==4.5.5
# -r requirements/pip.txt
# django-cacheops
# django-redis
regex==2023.5.5
regex==2023.6.3
# via -r requirements/pip.txt
requests==2.31.0
# via
Expand All @@ -348,7 +348,7 @@ s3transfer==0.6.1
# boto3
selectolax==0.3.14
# via -r requirements/pip.txt
sentry-sdk==1.24.0
sentry-sdk==1.25.0
# via structlog-sentry
six==1.16.0
# via
Expand Down Expand Up @@ -422,7 +422,7 @@ traitlets==5.9.0
# via
# ipython
# matplotlib-inline
typing-extensions==4.6.2
typing-extensions==4.6.3
# via
# -r requirements/pip.txt
# asgiref
Expand Down
20 changes: 10 additions & 10 deletions requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.26.142
boto3==1.26.146
# via
# -r requirements/pip.txt
# django-storages
botocore==1.29.142
botocore==1.29.146
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -81,7 +81,7 @@ click-repl==0.2.0
# celery
colorama==0.4.6
# via tox
cryptography==40.0.2
cryptography==41.0.1
# via
# -r requirements/pip.txt
# pyjwt
Expand Down Expand Up @@ -230,7 +230,7 @@ imagesize==1.4.1
# sphinx
ipdb==0.13.13
# via -r requirements/docker.in
ipython==8.13.2
ipython==8.14.0
# via ipdb
jedi==0.18.2
# via ipython
Expand All @@ -247,7 +247,7 @@ jsonfield==3.1.0
# via
# -r requirements/pip.txt
# dj-stripe
kombu==5.2.4
kombu==5.3.0
# via
# -r requirements/pip.txt
# celery
Expand All @@ -259,7 +259,7 @@ markdown==3.4.3
# via -r requirements/pip.txt
markdown-it-py==2.2.0
# via rich
markupsafe==2.1.2
markupsafe==2.1.3
# via
# -r requirements/pip.txt
# jinja2
Expand All @@ -271,7 +271,7 @@ oauthlib==3.2.2
# via
# -r requirements/pip.txt
# requests-oauthlib
orjson==3.8.14
orjson==3.9.0
# via -r requirements/pip.txt
packaging==23.1
# via
Expand Down Expand Up @@ -352,7 +352,7 @@ redis==4.5.5
# -r requirements/pip.txt
# django-cacheops
# django-redis
regex==2023.5.5
regex==2023.6.3
# via -r requirements/pip.txt
requests==2.31.0
# via
Expand All @@ -370,7 +370,7 @@ requests-oauthlib==1.3.1
# django-allauth
requests-toolbelt==1.0.0
# via -r requirements/pip.txt
rich==13.3.5
rich==13.4.1
# via -r requirements/docker.in
s3transfer==0.6.1
# via
Expand Down Expand Up @@ -454,7 +454,7 @@ traitlets==5.9.0
# via
# ipython
# matplotlib-inline
typing-extensions==4.6.2
typing-extensions==4.6.3
# via
# -r requirements/pip.txt
# asgiref
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ markdown-it-py==2.2.0
# via
# mdit-py-plugins
# myst-parser
markupsafe==2.1.2
markupsafe==2.1.3
# via jinja2
matplotlib==3.7.1
# via sphinxext-opengraph
Expand Down
16 changes: 8 additions & 8 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ babel==2.12.1
# via sphinx
billiard==3.6.4.0
# via celery
boto3==1.26.142
boto3==1.26.146
# via django-storages
botocore==1.29.142
botocore==1.29.146
# via
# boto3
# s3transfer
Expand All @@ -44,7 +44,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.2.0
# via celery
cryptography==40.0.2
cryptography==41.0.1
# via pyjwt
cssselect==1.2.0
# via pyquery
Expand Down Expand Up @@ -168,17 +168,17 @@ jsonfield==3.1.0
# via
# -r requirements/pip.in
# dj-stripe
kombu==5.2.4
kombu==5.3.0
Copy link
Member

Choose a reason for hiding this comment

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

Nothing here, but we should double check that our Celery queue keeps working fine.

# via celery
lxml==4.9.2
# via pyquery
markdown==3.4.3
# via -r requirements/pip.in
markupsafe==2.1.2
markupsafe==2.1.3
# via jinja2
oauthlib==3.2.2
# via requests-oauthlib
orjson==3.8.14
orjson==3.9.0
# via -r requirements/pip.in
packaging==23.1
# via
Expand Down Expand Up @@ -219,7 +219,7 @@ redis==4.5.5
# via
# django-cacheops
# django-redis
regex==2023.5.5
regex==2023.6.3
# via -r requirements/pip.in
requests==2.31.0
# via
Expand Down Expand Up @@ -283,7 +283,7 @@ structlog==23.1.0
# django-structlog
toml==0.10.2
# via dparse
typing-extensions==4.6.2
typing-extensions==4.6.3
# via asgiref
ua-parser==0.16.1
# via user-agents
Expand Down
18 changes: 9 additions & 9 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.26.142
boto3==1.26.146
# via
# -r requirements/pip.txt
# django-storages
botocore==1.29.142
botocore==1.29.146
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -71,9 +71,9 @@ click-repl==0.2.0
# via
# -r requirements/pip.txt
# celery
coverage[toml]==7.2.6
coverage[toml]==7.2.7
# via pytest-cov
cryptography==40.0.2
cryptography==41.0.1
# via
# -r requirements/pip.txt
# pyjwt
Expand Down Expand Up @@ -228,7 +228,7 @@ jsonfield==3.1.0
# via
# -r requirements/pip.txt
# dj-stripe
kombu==5.2.4
kombu==5.3.0
# via
# -r requirements/pip.txt
# celery
Expand All @@ -238,7 +238,7 @@ lxml==4.9.2
# pyquery
markdown==3.4.3
# via -r requirements/pip.txt
markupsafe==2.1.2
markupsafe==2.1.3
# via
# -r requirements/pip.txt
# jinja2
Expand All @@ -248,7 +248,7 @@ oauthlib==3.2.2
# via
# -r requirements/pip.txt
# requests-oauthlib
orjson==3.8.14
orjson==3.9.0
# via -r requirements/pip.txt
packaging==23.1
# via
Expand Down Expand Up @@ -320,7 +320,7 @@ redis==4.5.5
# -r requirements/pip.txt
# django-cacheops
# django-redis
regex==2023.5.5
regex==2023.6.3
# via -r requirements/pip.txt
requests==2.31.0
# via
Expand Down Expand Up @@ -415,7 +415,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.6.2
typing-extensions==4.6.3
# via
# -r requirements/pip.txt
# asgiref
Expand Down