Skip to content

Commit 23bf20c

Browse files
Dependencies: all packages updated via pip-tools (#11148)
Co-authored-by: humitos <[email protected]>
1 parent 715c00f commit 23bf20c

File tree

5 files changed

+31
-31
lines changed

5 files changed

+31
-31
lines changed

requirements/deploy.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ billiard==3.6.4.0
2323
# via
2424
# -r requirements/pip.txt
2525
# celery
26-
boto3==1.34.44
26+
boto3==1.34.49
2727
# via
2828
# -r requirements/pip.txt
2929
# django-storages
30-
botocore==1.34.44
30+
botocore==1.34.49
3131
# via
3232
# -r requirements/pip.txt
3333
# boto3
@@ -73,7 +73,7 @@ cron-descriptor==1.4.3
7373
# via
7474
# -r requirements/pip.txt
7575
# django-celery-beat
76-
cryptography==42.0.3
76+
cryptography==42.0.5
7777
# via
7878
# -r requirements/pip.txt
7979
# pyjwt
@@ -190,7 +190,7 @@ elastic-transport==8.12.0
190190
# via
191191
# -r requirements/pip.txt
192192
# elasticsearch
193-
elasticsearch==8.12.0
193+
elasticsearch==8.12.1
194194
# via
195195
# -r requirements/pip.txt
196196
# elasticsearch-dsl
@@ -216,7 +216,7 @@ idna==3.6
216216
# via
217217
# -r requirements/pip.txt
218218
# requests
219-
ipython==8.21.0
219+
ipython==8.22.1
220220
# via -r requirements/deploy.in
221221
jedi==0.19.1
222222
# via ipython
@@ -241,13 +241,13 @@ markdown==3.5.2
241241
# via -r requirements/pip.txt
242242
matplotlib-inline==0.1.6
243243
# via ipython
244-
newrelic==9.6.0
244+
newrelic==9.7.0
245245
# via -r requirements/deploy.in
246246
oauthlib==3.2.2
247247
# via
248248
# -r requirements/pip.txt
249249
# requests-oauthlib
250-
orjson==3.9.14
250+
orjson==3.9.15
251251
# via -r requirements/pip.txt
252252
packaging==23.2
253253
# via
@@ -339,7 +339,7 @@ s3transfer==0.10.0
339339
# boto3
340340
selectolax==0.3.20
341341
# via -r requirements/pip.txt
342-
sentry-sdk==1.40.4
342+
sentry-sdk==1.40.5
343343
# via structlog-sentry
344344
six==1.16.0
345345
# via
@@ -411,7 +411,7 @@ vine==5.1.0
411411
# amqp
412412
# celery
413413
# kombu
414-
virtualenv==20.25.0
414+
virtualenv==20.25.1
415415
# via -r requirements/pip.txt
416416
wcwidth==0.2.13
417417
# via

requirements/docker.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ billiard==3.6.4.0
2525
# via
2626
# -r requirements/pip.txt
2727
# celery
28-
boto3==1.34.44
28+
boto3==1.34.49
2929
# via
3030
# -r requirements/pip.txt
3131
# django-storages
32-
botocore==1.34.44
32+
botocore==1.34.49
3333
# via
3434
# -r requirements/pip.txt
3535
# boto3
@@ -80,7 +80,7 @@ cron-descriptor==1.4.3
8080
# via
8181
# -r requirements/pip.txt
8282
# django-celery-beat
83-
cryptography==42.0.3
83+
cryptography==42.0.5
8484
# via
8585
# -r requirements/pip.txt
8686
# pyjwt
@@ -201,7 +201,7 @@ elastic-transport==8.12.0
201201
# via
202202
# -r requirements/pip.txt
203203
# elasticsearch
204-
elasticsearch==8.12.0
204+
elasticsearch==8.12.1
205205
# via
206206
# -r requirements/pip.txt
207207
# elasticsearch-dsl
@@ -232,7 +232,7 @@ idna==3.6
232232
# requests
233233
ipdb==0.13.13
234234
# via -r requirements/docker.in
235-
ipython==8.21.0
235+
ipython==8.22.1
236236
# via ipdb
237237
jedi==0.19.1
238238
# via ipython
@@ -265,7 +265,7 @@ oauthlib==3.2.2
265265
# via
266266
# -r requirements/pip.txt
267267
# requests-oauthlib
268-
orjson==3.9.14
268+
orjson==3.9.15
269269
# via -r requirements/pip.txt
270270
packaging==23.2
271271
# via
@@ -445,7 +445,7 @@ vine==5.1.0
445445
# amqp
446446
# celery
447447
# kombu
448-
virtualenv==20.25.0
448+
virtualenv==20.25.1
449449
# via
450450
# -r requirements/pip.txt
451451
# tox

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ sphinxext-opengraph==0.9.1
154154
# via -r requirements/docs.in
155155
tornado==6.4
156156
# via livereload
157-
urllib3==2.2.0
157+
urllib3==2.2.1
158158
# via requests
159159

160160
# The following packages are considered to be unsafe in a requirements file:

requirements/pip.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ async-timeout==4.0.3
1414
# via redis
1515
billiard==3.6.4.0
1616
# via celery
17-
boto3==1.34.44
17+
boto3==1.34.49
1818
# via django-storages
19-
botocore==1.34.44
19+
botocore==1.34.49
2020
# via
2121
# boto3
2222
# s3transfer
@@ -46,7 +46,7 @@ click-repl==0.3.0
4646
# via celery
4747
cron-descriptor==1.4.3
4848
# via django-celery-beat
49-
cryptography==42.0.3
49+
cryptography==42.0.5
5050
# via pyjwt
5151
cssselect==1.2.0
5252
# via pyquery
@@ -149,7 +149,7 @@ drf-flex-fields==1.0.2
149149
# via -r requirements/pip.in
150150
elastic-transport==8.12.0
151151
# via elasticsearch
152-
elasticsearch==8.12.0
152+
elasticsearch==8.12.1
153153
# via
154154
# -r requirements/pip.in
155155
# elasticsearch-dsl
@@ -181,7 +181,7 @@ markdown==3.5.2
181181
# via -r requirements/pip.in
182182
oauthlib==3.2.2
183183
# via requests-oauthlib
184-
orjson==3.9.14
184+
orjson==3.9.15
185185
# via -r requirements/pip.in
186186
packaging==23.2
187187
# via
@@ -295,7 +295,7 @@ vine==5.1.0
295295
# amqp
296296
# celery
297297
# kombu
298-
virtualenv==20.25.0
298+
virtualenv==20.25.1
299299
# via -r requirements/pip.in
300300
wcwidth==0.2.13
301301
# via prompt-toolkit

requirements/testing.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ billiard==3.6.4.0
2525
# via
2626
# -r requirements/pip.txt
2727
# celery
28-
boto3==1.34.44
28+
boto3==1.34.49
2929
# via
3030
# -r requirements/pip.txt
3131
# django-storages
32-
botocore==1.34.44
32+
botocore==1.34.49
3333
# via
3434
# -r requirements/pip.txt
3535
# boto3
@@ -70,13 +70,13 @@ click-repl==0.3.0
7070
# via
7171
# -r requirements/pip.txt
7272
# celery
73-
coverage[toml]==7.4.1
73+
coverage[toml]==7.4.3
7474
# via pytest-cov
7575
cron-descriptor==1.4.3
7676
# via
7777
# -r requirements/pip.txt
7878
# django-celery-beat
79-
cryptography==42.0.3
79+
cryptography==42.0.5
8080
# via
8181
# -r requirements/pip.txt
8282
# pyjwt
@@ -195,7 +195,7 @@ elastic-transport==8.12.0
195195
# via
196196
# -r requirements/pip.txt
197197
# elasticsearch
198-
elasticsearch==8.12.0
198+
elasticsearch==8.12.1
199199
# via
200200
# -r requirements/pip.txt
201201
# elasticsearch-dsl
@@ -252,7 +252,7 @@ oauthlib==3.2.2
252252
# via
253253
# -r requirements/pip.txt
254254
# requests-oauthlib
255-
orjson==3.9.14
255+
orjson==3.9.15
256256
# via -r requirements/pip.txt
257257
packaging==23.2
258258
# via
@@ -289,7 +289,7 @@ pyjwt[crypto]==2.8.0
289289
# django-allauth
290290
pyquery==2.0.0
291291
# via -r requirements/pip.txt
292-
pytest==8.0.1
292+
pytest==8.0.2
293293
# via
294294
# -r requirements/testing.in
295295
# pytest-cov
@@ -438,7 +438,7 @@ vine==5.1.0
438438
# amqp
439439
# celery
440440
# kombu
441-
virtualenv==20.25.0
441+
virtualenv==20.25.1
442442
# via -r requirements/pip.txt
443443
wcwidth==0.2.13
444444
# via

0 commit comments

Comments
 (0)