Skip to content

Commit fb39b97

Browse files
Dependencies: all packages updated via pip-tools (#12226)
Dependencies: all packages updated via pip-tools Co-authored-by: humitos <[email protected]>
1 parent d7780ba commit fb39b97

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

requirements/deploy.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ billiard==4.2.1
2424
# via
2525
# -r requirements/pip.txt
2626
# celery
27-
boto3==1.38.23
27+
boto3==1.38.27
2828
# via
2929
# -r requirements/pip.txt
3030
# django-storages
31-
botocore==1.38.23
31+
botocore==1.38.27
3232
# via
3333
# -r requirements/pip.txt
3434
# boto3
@@ -82,7 +82,7 @@ cron-descriptor==1.4.5
8282
# via
8383
# -r requirements/pip.txt
8484
# django-celery-beat
85-
cryptography==45.0.2
85+
cryptography==45.0.3
8686
# via
8787
# -r requirements/pip.txt
8888
# fido2
@@ -228,7 +228,7 @@ idna==3.10
228228
# via
229229
# -r requirements/pip.txt
230230
# requests
231-
ipython==9.2.0
231+
ipython==9.3.0
232232
# via -r requirements/deploy.in
233233
ipython-pygments-lexers==1.1.1
234234
# via ipython

requirements/docker.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ billiard==4.2.1
2424
# via
2525
# -r requirements/pip.txt
2626
# celery
27-
boto3==1.38.23
27+
boto3==1.38.27
2828
# via
2929
# -r requirements/pip.txt
3030
# django-storages
31-
botocore==1.38.23
31+
botocore==1.38.27
3232
# via
3333
# -r requirements/pip.txt
3434
# boto3
@@ -86,7 +86,7 @@ cron-descriptor==1.4.5
8686
# via
8787
# -r requirements/pip.txt
8888
# django-celery-beat
89-
cryptography==45.0.2
89+
cryptography==45.0.3
9090
# via
9191
# -r requirements/pip.txt
9292
# fido2
@@ -222,7 +222,7 @@ elasticsearch-dsl==8.18.0
222222
# django-elasticsearch-dsl
223223
executing==2.2.0
224224
# via stack-data
225-
fancycompleter==0.11.0
225+
fancycompleter==0.11.1
226226
# via pdbpp
227227
fido2==2.0.0
228228
# via
@@ -241,7 +241,7 @@ idna==3.10
241241
# requests
242242
ipdb==0.13.13
243243
# via -r requirements/docker.in
244-
ipython==9.2.0
244+
ipython==9.3.0
245245
# via ipdb
246246
ipython-pygments-lexers==1.1.1
247247
# via ipython

requirements/docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ docutils==0.21.2
3737
# sphinx-prompt
3838
# sphinx-rtd-theme
3939
# sphinx-tabs
40-
fonttools==4.58.0
40+
fonttools==4.58.1
4141
# via matplotlib
4242
h11==0.16.0
4343
# via uvicorn
@@ -159,7 +159,7 @@ sphinxemoji==0.3.1
159159
# via -r requirements/docs.in
160160
sphinxext-opengraph==0.10.0
161161
# via -r requirements/docs.in
162-
starlette==0.46.2
162+
starlette==0.47.0
163163
# via sphinx-autobuild
164164
typing-extensions==4.13.2
165165
# via anyio

requirements/pip.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ asgiref==3.8.1
1515
# django-cors-headers
1616
billiard==4.2.1
1717
# via celery
18-
boto3==1.38.23
18+
boto3==1.38.27
1919
# via django-storages
20-
botocore==1.38.23
20+
botocore==1.38.27
2121
# via
2222
# boto3
2323
# s3transfer
@@ -54,7 +54,7 @@ colorama==0.4.6
5454
# via bumpver
5555
cron-descriptor==1.4.5
5656
# via django-celery-beat
57-
cryptography==45.0.2
57+
cryptography==45.0.3
5858
# via
5959
# fido2
6060
# pyjwt

requirements/testing.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ billiard==4.2.1
2626
# via
2727
# -r requirements/pip.txt
2828
# celery
29-
boto3==1.38.23
29+
boto3==1.38.27
3030
# via
3131
# -r requirements/pip.txt
3232
# django-storages
33-
botocore==1.38.23
33+
botocore==1.38.27
3434
# via
3535
# -r requirements/pip.txt
3636
# boto3
@@ -85,7 +85,7 @@ cron-descriptor==1.4.5
8585
# via
8686
# -r requirements/pip.txt
8787
# django-celery-beat
88-
cryptography==45.0.2
88+
cryptography==45.0.3
8989
# via
9090
# -r requirements/pip.txt
9191
# fido2
@@ -351,9 +351,9 @@ pytest-custom-exit-code==0.3.0
351351
# via -r requirements/testing.in
352352
pytest-django==4.11.1
353353
# via -r requirements/testing.in
354-
pytest-mock==3.14.0
354+
pytest-mock==3.14.1
355355
# via -r requirements/testing.in
356-
pytest-xdist[psutil]==3.6.1
356+
pytest-xdist[psutil]==3.7.0
357357
# via sphinx
358358
python-crontab==3.2.0
359359
# via

0 commit comments

Comments
 (0)