Skip to content

Commit 721104a

Browse files
Dependencies: all packages updated via pip-tools (#10669)
Co-authored-by: humitos <[email protected]>
1 parent f999d65 commit 721104a

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

requirements/deploy.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --output-file=requirements/deploy.txt --resolver=backtracking requirements/deploy.in
5+
# pip-compile --output-file=requirements/deploy.txt requirements/deploy.in
66
#
77
amqp==5.1.1
88
# via
@@ -24,11 +24,11 @@ billiard==3.6.4.0
2424
# via
2525
# -r requirements/pip.txt
2626
# celery
27-
boto3==1.28.32
27+
boto3==1.28.35
2828
# via
2929
# -r requirements/pip.txt
3030
# django-storages
31-
botocore==1.31.32
31+
botocore==1.31.35
3232
# via
3333
# -r requirements/pip.txt
3434
# boto3
@@ -234,7 +234,7 @@ markdown==3.4.4
234234
# via -r requirements/pip.txt
235235
matplotlib-inline==0.1.6
236236
# via ipython
237-
newrelic==8.10.1
237+
newrelic==8.11.0
238238
# via -r requirements/deploy.in
239239
oauthlib==3.2.2
240240
# via

requirements/docker.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --output-file=requirements/docker.txt --resolver=backtracking requirements/docker.in
5+
# pip-compile --output-file=requirements/docker.txt requirements/docker.in
66
#
77
amqp==5.1.1
88
# via
@@ -24,11 +24,11 @@ billiard==3.6.4.0
2424
# via
2525
# -r requirements/pip.txt
2626
# celery
27-
boto3==1.28.32
27+
boto3==1.28.35
2828
# via
2929
# -r requirements/pip.txt
3030
# django-storages
31-
botocore==1.31.32
31+
botocore==1.31.35
3232
# via
3333
# -r requirements/pip.txt
3434
# boto3
@@ -279,7 +279,7 @@ platformdirs==3.10.0
279279
# -r requirements/pip.txt
280280
# tox
281281
# virtualenv
282-
pluggy==1.2.0
282+
pluggy==1.3.0
283283
# via tox
284284
prompt-toolkit==3.0.39
285285
# via

requirements/docs.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --output-file=requirements/docs.txt --resolver=backtracking requirements/docs.in
5+
# pip-compile --output-file=requirements/docs.txt requirements/docs.in
66
#
77
alabaster==0.7.13
88
# via sphinx
@@ -39,7 +39,7 @@ jinja2==3.1.2
3939
# via
4040
# myst-parser
4141
# sphinx
42-
kiwisolver==1.4.4
42+
kiwisolver==1.4.5
4343
# via matplotlib
4444
livereload==2.6.3
4545
# via sphinx-autobuild

requirements/pip.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --output-file=requirements/pip.txt --resolver=backtracking requirements/pip.in
5+
# pip-compile --output-file=requirements/pip.txt requirements/pip.in
66
#
77
amqp==5.1.1
88
# via kombu
@@ -12,9 +12,9 @@ async-timeout==4.0.3
1212
# via redis
1313
billiard==3.6.4.0
1414
# via celery
15-
boto3==1.28.32
15+
boto3==1.28.35
1616
# via django-storages
17-
botocore==1.31.32
17+
botocore==1.31.35
1818
# via
1919
# boto3
2020
# s3transfer

requirements/testing.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --output-file=requirements/testing.txt --resolver=backtracking requirements/testing.in
5+
# pip-compile --output-file=requirements/testing.txt requirements/testing.in
66
#
77
alabaster==0.7.13
88
# via sphinx
@@ -24,11 +24,11 @@ billiard==3.6.4.0
2424
# via
2525
# -r requirements/pip.txt
2626
# celery
27-
boto3==1.28.32
27+
boto3==1.28.35
2828
# via
2929
# -r requirements/pip.txt
3030
# django-storages
31-
botocore==1.31.32
31+
botocore==1.31.35
3232
# via
3333
# -r requirements/pip.txt
3434
# boto3
@@ -259,7 +259,7 @@ platformdirs==3.10.0
259259
# via
260260
# -r requirements/pip.txt
261261
# virtualenv
262-
pluggy==1.2.0
262+
pluggy==1.3.0
263263
# via pytest
264264
prompt-toolkit==3.0.39
265265
# via
@@ -362,7 +362,7 @@ slumber==0.7.1
362362
# via -r requirements/pip.txt
363363
snowballstemmer==2.2.0
364364
# via sphinx
365-
sphinx==7.2.2
365+
sphinx==7.2.3
366366
# via
367367
# -r requirements/testing.in
368368
# sphinxcontrib-applehelp

0 commit comments

Comments
 (0)