Skip to content

Commit 153e79f

Browse files
Dependencies: all packages updated via pip-tools (#12017)
Dependencies: all packages updated via pip-tools Co-authored-by: humitos <244656+humitos@users.noreply.github.com>
1 parent 8e34187 commit 153e79f

File tree

5 files changed

+24
-25
lines changed

5 files changed

+24
-25
lines changed

requirements/deploy.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ billiard==4.2.1
2828
# via
2929
# -r requirements/pip.txt
3030
# celery
31-
boto3==1.36.22
31+
boto3==1.36.26
3232
# via
3333
# -r requirements/pip.txt
3434
# django-storages
35-
botocore==1.36.22
35+
botocore==1.36.26
3636
# via
3737
# -r requirements/pip.txt
3838
# boto3
@@ -94,7 +94,7 @@ cssselect==1.2.0
9494
# via
9595
# -r requirements/pip.txt
9696
# pyquery
97-
decorator==5.1.1
97+
decorator==5.2.0
9898
# via ipython
9999
distlib==0.3.9
100100
# via
@@ -297,13 +297,13 @@ prompt-toolkit==3.0.50
297297
# -r requirements/pip.txt
298298
# click-repl
299299
# ipython
300-
psycopg[binary,pool]==3.2.4
300+
psycopg[binary,pool]==3.2.5
301301
# via -r requirements/pip.txt
302-
psycopg-binary==3.2.4
302+
psycopg-binary==3.2.5
303303
# via
304304
# -r requirements/pip.txt
305305
# psycopg
306-
psycopg-pool==3.2.4
306+
psycopg-pool==3.2.5
307307
# via
308308
# -r requirements/pip.txt
309309
# psycopg

requirements/docker.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ billiard==4.2.1
3030
# via
3131
# -r requirements/pip.txt
3232
# celery
33-
boto3==1.36.22
33+
boto3==1.36.26
3434
# via
3535
# -r requirements/pip.txt
3636
# django-storages
37-
botocore==1.36.22
37+
botocore==1.36.26
3838
# via
3939
# -r requirements/pip.txt
4040
# boto3
4141
# s3transfer
4242
bumpver==2024.1130
4343
# via -r requirements/pip.txt
44-
cachetools==5.5.1
44+
cachetools==5.5.2
4545
# via tox
4646
celery==5.4.0
4747
# via
@@ -102,7 +102,7 @@ cssselect==1.2.0
102102
# pyquery
103103
datadiff==2.2.0
104104
# via -r requirements/docker.in
105-
decorator==5.1.1
105+
decorator==5.2.0
106106
# via
107107
# ipdb
108108
# ipython
@@ -321,13 +321,13 @@ prompt-toolkit==3.0.50
321321
# -r requirements/pip.txt
322322
# click-repl
323323
# ipython
324-
psycopg[binary,pool]==3.2.4
324+
psycopg[binary,pool]==3.2.5
325325
# via -r requirements/pip.txt
326-
psycopg-binary==3.2.4
326+
psycopg-binary==3.2.5
327327
# via
328328
# -r requirements/pip.txt
329329
# psycopg
330-
psycopg-pool==3.2.4
330+
psycopg-pool==3.2.5
331331
# via
332332
# -r requirements/pip.txt
333333
# psycopg

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ sphinxemoji==0.3.1
159159
# via -r requirements/docs.in
160160
sphinxext-opengraph==0.9.1
161161
# via -r requirements/docs.in
162-
starlette==0.45.3
162+
starlette==0.46.0
163163
# via sphinx-autobuild
164164
tomli==2.2.1
165165
# via sphinx

requirements/pip.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ async-timeout==5.0.1
1717
# via redis
1818
billiard==4.2.1
1919
# via celery
20-
boto3==1.36.22
20+
boto3==1.36.26
2121
# via django-storages
22-
botocore==1.36.22
22+
botocore==1.36.26
2323
# via
2424
# boto3
2525
# s3transfer
@@ -217,11 +217,11 @@ platformdirs==4.3.6
217217
# via virtualenv
218218
prompt-toolkit==3.0.50
219219
# via click-repl
220-
psycopg[binary,pool]==3.2.4
220+
psycopg[binary,pool]==3.2.5
221221
# via -r requirements/pip.in
222-
psycopg-binary==3.2.4
222+
psycopg-binary==3.2.5
223223
# via psycopg
224-
psycopg-pool==3.2.4
224+
psycopg-pool==3.2.5
225225
# via psycopg
226226
pycparser==2.22
227227
# via cffi
@@ -313,7 +313,6 @@ typing-extensions==4.12.2
313313
# pydantic-core
314314
tzdata==2025.1
315315
# via
316-
# -r requirements/pip.in
317316
# celery
318317
# django-celery-beat
319318
# kombu

requirements/testing.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ billiard==4.2.1
3030
# via
3131
# -r requirements/pip.txt
3232
# celery
33-
boto3==1.36.22
33+
boto3==1.36.26
3434
# via
3535
# -r requirements/pip.txt
3636
# django-storages
37-
botocore==1.36.22
37+
botocore==1.36.26
3838
# via
3939
# -r requirements/pip.txt
4040
# boto3
@@ -303,13 +303,13 @@ prompt-toolkit==3.0.50
303303
# via
304304
# -r requirements/pip.txt
305305
# click-repl
306-
psycopg[binary,pool]==3.2.4
306+
psycopg[binary,pool]==3.2.5
307307
# via -r requirements/pip.txt
308-
psycopg-binary==3.2.4
308+
psycopg-binary==3.2.5
309309
# via
310310
# -r requirements/pip.txt
311311
# psycopg
312-
psycopg-pool==3.2.4
312+
psycopg-pool==3.2.5
313313
# via
314314
# -r requirements/pip.txt
315315
# psycopg

0 commit comments

Comments
 (0)