Skip to content

Dependencies: all packages updated via pip-tools #10744

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
Sep 18, 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
11 changes: 5 additions & 6 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.28.45
boto3==1.28.49
# via
# -r requirements/pip.txt
# django-storages
botocore==1.31.45
botocore==1.31.49
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -197,7 +197,7 @@ exceptiongroup==1.1.3
# via ipython
executing==1.2.0
# via stack-data
filelock==3.12.3
filelock==3.12.4
# via
# -r requirements/pip.txt
# virtualenv
Expand Down Expand Up @@ -333,7 +333,7 @@ s3transfer==0.6.2
# boto3
selectolax==0.3.16
# via -r requirements/pip.txt
sentry-sdk==1.30.0
sentry-sdk==1.31.0
# via structlog-sentry
six==1.16.0
# via
Expand Down Expand Up @@ -368,15 +368,14 @@ tomli==2.0.1
# via
# -r requirements/pip.txt
# dparse
traitlets==5.9.0
traitlets==5.10.0
# via
# ipython
# matplotlib-inline
typing-extensions==4.7.1
# via
# -r requirements/pip.txt
# asgiref
# filelock
tzdata==2023.3
# via
# -r requirements/pip.txt
Expand Down
13 changes: 7 additions & 6 deletions requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,19 @@ async-timeout==4.0.3
# via
# -r requirements/pip.txt
# redis
attrs==23.1.0
# via wmctrl
backcall==0.2.0
# via ipython
billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.28.45
boto3==1.28.49
# via
# -r requirements/pip.txt
# django-storages
botocore==1.31.45
botocore==1.31.49
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -208,7 +210,7 @@ executing==1.2.0
# via stack-data
fancycompleter==0.9.1
# via pdbpp
filelock==3.12.3
filelock==3.12.4
# via
# -r requirements/pip.txt
# tox
Expand Down Expand Up @@ -401,15 +403,14 @@ tomli==2.0.1
# tox
tox==4.11.3
# via -r requirements/docker.in
traitlets==5.9.0
traitlets==5.10.0
# via
# ipython
# matplotlib-inline
typing-extensions==4.7.1
# via
# -r requirements/pip.txt
# asgiref
# filelock
tzdata==2023.3
# via
# -r requirements/pip.txt
Expand Down Expand Up @@ -451,5 +452,5 @@ websocket-client==1.6.3
# via
# -r requirements/pip.txt
# docker
wmctrl==0.4
wmctrl==0.5
# via pdbpp
12 changes: 6 additions & 6 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ click==8.1.7
# via sphinx-intl
colorama==0.4.6
# via sphinx-autobuild
contourpy==1.1.0
contourpy==1.1.1
# via matplotlib
cycler==0.11.0
# via matplotlib
Expand Down Expand Up @@ -49,15 +49,15 @@ markdown-it-py==3.0.0
# myst-parser
markupsafe==2.1.3
# via jinja2
matplotlib==3.7.3
matplotlib==3.8.0
# via sphinxext-opengraph
mdit-py-plugins==0.4.0
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
myst-parser==2.0.0
# via -r requirements/docs.in
numpy==1.25.2
numpy==1.26.0
# via
# contourpy
# matplotlib
Expand All @@ -67,7 +67,7 @@ packaging==23.1
# sphinx
pbr==5.11.1
# via sphinxcontrib-video
pillow==10.0.0
pillow==10.0.1
# via matplotlib
pygments==2.16.1
# via
Expand All @@ -91,7 +91,7 @@ six==1.16.0
# sphinxcontrib-httpdomain
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.5
sphinx==7.2.6
# via
# -r requirements/docs.in
# myst-parser
Expand Down Expand Up @@ -127,7 +127,7 @@ sphinx-multiproject==1.0.0rc1
# via -r requirements/docs.in
sphinx-notfound-page==1.0.0
# via -r requirements/docs.in
sphinx-prompt==1.7.0
sphinx-prompt==1.8.0
# via -r requirements/docs.in
sphinx-rtd-theme==2.0.0rc2
# via -r requirements/docs.in
Expand Down
10 changes: 4 additions & 6 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ async-timeout==4.0.3
# via redis
billiard==3.6.4.0
# via celery
boto3==1.28.45
boto3==1.28.49
# via django-storages
botocore==1.31.45
botocore==1.31.49
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -149,7 +149,7 @@ elasticsearch-dsl==7.4.1
# via
# -r requirements/pip.in
# django-elasticsearch-dsl
filelock==3.12.3
filelock==3.12.4
# via virtualenv
funcy==1.18
# via django-cacheops
Expand Down Expand Up @@ -261,9 +261,7 @@ structlog==23.1.0
tomli==2.0.1
# via dparse
typing-extensions==4.7.1
# via
# asgiref
# filelock
# via asgiref
tzdata==2023.3
# via
# -r requirements/pip.in
Expand Down
11 changes: 5 additions & 6 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.28.45
boto3==1.28.49
# via
# -r requirements/pip.txt
# django-storages
botocore==1.31.45
botocore==1.31.49
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -134,7 +134,7 @@ django-csp==3.7
# via -r requirements/pip.txt
django-debug-toolbar==4.2.0
# via -r requirements/pip.txt
django-dynamic-fixture==4.0.0
django-dynamic-fixture==4.0.1
# via -r requirements/testing.in
django-elasticsearch-dsl==7.3
# via -r requirements/pip.txt
Expand Down Expand Up @@ -198,7 +198,7 @@ elasticsearch-dsl==7.4.1
# django-elasticsearch-dsl
exceptiongroup==1.1.3
# via pytest
filelock==3.12.3
filelock==3.12.4
# via
# -r requirements/pip.txt
# virtualenv
Expand Down Expand Up @@ -363,7 +363,7 @@ slumber==0.7.1
# via -r requirements/pip.txt
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.5
sphinx==7.2.6
# via
# -r requirements/testing.in
# sphinxcontrib-applehelp
Expand Down Expand Up @@ -406,7 +406,6 @@ typing-extensions==4.7.1
# via
# -r requirements/pip.txt
# asgiref
# filelock
tzdata==2023.3
# via
# -r requirements/pip.txt
Expand Down