Skip to content

Commit

Permalink
Dependencies: all packages updated via pip-tools (#10669)
Browse files Browse the repository at this point in the history
Co-authored-by: humitos <humitos@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and humitos committed Aug 28, 2023
1 parent f999d65 commit 721104a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions requirements/deploy.txt
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements/deploy.txt --resolver=backtracking requirements/deploy.in
# pip-compile --output-file=requirements/deploy.txt requirements/deploy.in
#
amqp==5.1.1
# via
Expand All @@ -24,11 +24,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.28.32
boto3==1.28.35
# via
# -r requirements/pip.txt
# django-storages
botocore==1.31.32
botocore==1.31.35
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -234,7 +234,7 @@ markdown==3.4.4
# via -r requirements/pip.txt
matplotlib-inline==0.1.6
# via ipython
newrelic==8.10.1
newrelic==8.11.0
# via -r requirements/deploy.in
oauthlib==3.2.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/docker.txt
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements/docker.txt --resolver=backtracking requirements/docker.in
# pip-compile --output-file=requirements/docker.txt requirements/docker.in
#
amqp==5.1.1
# via
Expand All @@ -24,11 +24,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.28.32
boto3==1.28.35
# via
# -r requirements/pip.txt
# django-storages
botocore==1.31.32
botocore==1.31.35
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -279,7 +279,7 @@ platformdirs==3.10.0
# -r requirements/pip.txt
# tox
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via tox
prompt-toolkit==3.0.39
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements/docs.txt --resolver=backtracking requirements/docs.in
# pip-compile --output-file=requirements/docs.txt requirements/docs.in
#
alabaster==0.7.13
# via sphinx
Expand Down Expand Up @@ -39,7 +39,7 @@ jinja2==3.1.2
# via
# myst-parser
# sphinx
kiwisolver==1.4.4
kiwisolver==1.4.5
# via matplotlib
livereload==2.6.3
# via sphinx-autobuild
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements/pip.txt --resolver=backtracking requirements/pip.in
# pip-compile --output-file=requirements/pip.txt requirements/pip.in
#
amqp==5.1.1
# via kombu
Expand All @@ -12,9 +12,9 @@ async-timeout==4.0.3
# via redis
billiard==3.6.4.0
# via celery
boto3==1.28.32
boto3==1.28.35
# via django-storages
botocore==1.31.32
botocore==1.31.35
# via
# boto3
# s3transfer
Expand Down
10 changes: 5 additions & 5 deletions requirements/testing.txt
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements/testing.txt --resolver=backtracking requirements/testing.in
# pip-compile --output-file=requirements/testing.txt requirements/testing.in
#
alabaster==0.7.13
# via sphinx
Expand All @@ -24,11 +24,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.28.32
boto3==1.28.35
# via
# -r requirements/pip.txt
# django-storages
botocore==1.31.32
botocore==1.31.35
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -259,7 +259,7 @@ platformdirs==3.10.0
# via
# -r requirements/pip.txt
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via pytest
prompt-toolkit==3.0.39
# via
Expand Down Expand Up @@ -362,7 +362,7 @@ slumber==0.7.1
# via -r requirements/pip.txt
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.2
sphinx==7.2.3
# via
# -r requirements/testing.in
# sphinxcontrib-applehelp
Expand Down

0 comments on commit 721104a

Please sign in to comment.