Skip to content

Commit 8002896

Browse files
github-actions[bot]humitosstsewd
authored
Dependencies: all packages updated via pip-tools (#12065)
Dependencies: all packages updated via pip-tools --------- Co-authored-by: humitos <244656+humitos@users.noreply.github.com> Co-authored-by: Manuel Kaufmann <humitos@gmail.com> Co-authored-by: Santos Gallegos <stsewd@proton.me>
1 parent 6753a90 commit 8002896

File tree

7 files changed

+50
-87
lines changed

7 files changed

+50
-87
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ python:
1515
build:
1616
os: ubuntu-22.04
1717
tools:
18-
python: "3.10"
18+
python: "3.12"
1919
jobs:
2020
post_checkout:
2121
# https://docs.readthedocs.io/en/stable/build-customization.html#cancel-build-based-on-a-condition

requirements/deploy.txt

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/deploy.txt requirements/deploy.in
@@ -20,19 +20,15 @@ asgiref==3.8.1
2020
# django-cors-headers
2121
asttokens==3.0.0
2222
# via stack-data
23-
async-timeout==5.0.1
24-
# via
25-
# -r requirements/pip.txt
26-
# redis
2723
billiard==4.2.1
2824
# via
2925
# -r requirements/pip.txt
3026
# celery
31-
boto3==1.37.13
27+
boto3==1.37.18
3228
# via
3329
# -r requirements/pip.txt
3430
# django-storages
35-
botocore==1.37.13
31+
botocore==1.37.18
3632
# via
3733
# -r requirements/pip.txt
3834
# boto3
@@ -143,7 +139,7 @@ django-crispy-forms==1.14.0
143139
# via -r requirements/pip.txt
144140
django-csp==3.8
145141
# via -r requirements/pip.txt
146-
django-debug-toolbar==5.0.1
142+
django-debug-toolbar==5.1.0
147143
# via -r requirements/pip.txt
148144
django-elasticsearch-dsl==8.0
149145
# via -r requirements/pip.txt
@@ -213,8 +209,6 @@ elasticsearch-dsl==8.17.1
213209
# via
214210
# -r requirements/pip.txt
215211
# django-elasticsearch-dsl
216-
exceptiongroup==1.2.2
217-
# via ipython
218212
executing==2.2.0
219213
# via stack-data
220214
fido2==1.2.0
@@ -235,8 +229,10 @@ idna==3.10
235229
# via
236230
# -r requirements/pip.txt
237231
# requests
238-
ipython==8.34.0
232+
ipython==9.0.2
239233
# via -r requirements/deploy.in
234+
ipython-pygments-lexers==1.1.1
235+
# via ipython
240236
isodate==0.7.2
241237
# via
242238
# -r requirements/pip.txt
@@ -288,7 +284,7 @@ parso==0.8.4
288284
# via jedi
289285
pexpect==4.9.0
290286
# via ipython
291-
platformdirs==4.3.6
287+
platformdirs==4.3.7
292288
# via
293289
# -r requirements/pip.txt
294290
# virtualenv
@@ -325,6 +321,7 @@ pygments==2.19.1
325321
# via
326322
# -r requirements/pip.txt
327323
# ipython
324+
# ipython-pygments-lexers
328325
pyjwt[crypto]==2.10.1
329326
# via
330327
# -r requirements/pip.txt
@@ -383,7 +380,7 @@ s3transfer==0.11.4
383380
# boto3
384381
selectolax==0.3.28
385382
# via -r requirements/pip.txt
386-
sentry-sdk==2.22.0
383+
sentry-sdk==2.24.0
387384
# via structlog-sentry
388385
six==1.17.0
389386
# via
@@ -416,20 +413,14 @@ toml==0.10.2
416413
# via
417414
# -r requirements/pip.txt
418415
# bumpver
419-
tomli==2.2.1
420-
# via
421-
# -r requirements/pip.txt
422-
# dparse
423416
traitlets==5.14.3
424417
# via
425418
# ipython
426419
# matplotlib-inline
427420
typing-extensions==4.12.2
428421
# via
429422
# -r requirements/pip.txt
430-
# asgiref
431423
# elasticsearch-dsl
432-
# ipython
433424
# psycopg
434425
# psycopg-pool
435426
# pydantic

requirements/docker.txt

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/docker.txt requirements/docker.in
@@ -20,21 +20,17 @@ asgiref==3.8.1
2020
# django-cors-headers
2121
asttokens==3.0.0
2222
# via stack-data
23-
async-timeout==5.0.1
24-
# via
25-
# -r requirements/pip.txt
26-
# redis
2723
attrs==25.3.0
2824
# via wmctrl
2925
billiard==4.2.1
3026
# via
3127
# -r requirements/pip.txt
3228
# celery
33-
boto3==1.37.13
29+
boto3==1.37.18
3430
# via
3531
# -r requirements/pip.txt
3632
# django-storages
37-
botocore==1.37.13
33+
botocore==1.37.18
3834
# via
3935
# -r requirements/pip.txt
4036
# boto3
@@ -153,7 +149,7 @@ django-crispy-forms==1.14.0
153149
# via -r requirements/pip.txt
154150
django-csp==3.8
155151
# via -r requirements/pip.txt
156-
django-debug-toolbar==5.0.1
152+
django-debug-toolbar==5.1.0
157153
# via -r requirements/pip.txt
158154
django-elasticsearch-dsl==8.0
159155
# via -r requirements/pip.txt
@@ -223,8 +219,6 @@ elasticsearch-dsl==8.17.1
223219
# via
224220
# -r requirements/pip.txt
225221
# django-elasticsearch-dsl
226-
exceptiongroup==1.2.2
227-
# via ipython
228222
executing==2.2.0
229223
# via stack-data
230224
fancycompleter==0.9.1
@@ -250,8 +244,10 @@ idna==3.10
250244
# requests
251245
ipdb==0.13.13
252246
# via -r requirements/docker.in
253-
ipython==8.34.0
247+
ipython==9.0.2
254248
# via ipdb
249+
ipython-pygments-lexers==1.1.1
250+
# via ipython
255251
isodate==0.7.2
256252
# via
257253
# -r requirements/pip.txt
@@ -309,7 +305,7 @@ pdbpp==0.10.3
309305
# via -r requirements/docker.in
310306
pexpect==4.9.0
311307
# via ipython
312-
platformdirs==4.3.6
308+
platformdirs==4.3.7
313309
# via
314310
# -r requirements/pip.txt
315311
# tox
@@ -349,6 +345,7 @@ pygments==2.19.1
349345
# via
350346
# -r requirements/pip.txt
351347
# ipython
348+
# ipython-pygments-lexers
352349
# pdbpp
353350
# rich
354351
pyjwt[crypto]==2.10.1
@@ -443,13 +440,6 @@ toml==0.10.2
443440
# via
444441
# -r requirements/pip.txt
445442
# bumpver
446-
tomli==2.2.1
447-
# via
448-
# -r requirements/pip.txt
449-
# dparse
450-
# ipdb
451-
# pyproject-api
452-
# tox
453443
tox==4.24.2
454444
# via -r requirements/docker.in
455445
traitlets==5.14.3
@@ -459,15 +449,11 @@ traitlets==5.14.3
459449
typing-extensions==4.12.2
460450
# via
461451
# -r requirements/pip.txt
462-
# asgiref
463452
# elasticsearch-dsl
464-
# ipython
465453
# psycopg
466454
# psycopg-pool
467455
# pydantic
468456
# pydantic-core
469-
# rich
470-
# tox
471457
tzdata==2025.1
472458
# via
473459
# -r requirements/pip.txt

requirements/docs.txt

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/docs.txt requirements/docs.in
66
#
77
alabaster==1.0.0
88
# via sphinx
9-
anyio==4.8.0
9+
anyio==4.9.0
1010
# via
1111
# starlette
1212
# watchfiles
@@ -37,8 +37,6 @@ docutils==0.21.2
3737
# sphinx-prompt
3838
# sphinx-rtd-theme
3939
# sphinx-tabs
40-
exceptiongroup==1.2.2
41-
# via anyio
4240
fonttools==4.56.0
4341
# via matplotlib
4442
h11==0.14.0
@@ -70,7 +68,7 @@ mdurl==0.1.2
7068
# via markdown-it-py
7169
myst-parser==4.0.1
7270
# via -r requirements/docs.in
73-
numpy==2.2.3
71+
numpy==2.2.4
7472
# via
7573
# contourpy
7674
# matplotlib
@@ -95,6 +93,8 @@ pyyaml==6.0.2
9593
# via myst-parser
9694
requests==2.32.3
9795
# via sphinx
96+
roman-numerals-py==3.1.0
97+
# via sphinx
9898
six==1.17.0
9999
# via
100100
# python-dateutil
@@ -103,7 +103,7 @@ sniffio==1.3.1
103103
# via anyio
104104
snowballstemmer==2.2.0
105105
# via sphinx
106-
sphinx==8.1.3
106+
sphinx==8.2.3
107107
# via
108108
# -r requirements/docs.in
109109
# myst-parser
@@ -161,12 +161,8 @@ sphinxext-opengraph==0.9.1
161161
# via -r requirements/docs.in
162162
starlette==0.46.1
163163
# via sphinx-autobuild
164-
tomli==2.2.1
165-
# via sphinx
166164
typing-extensions==4.12.2
167-
# via
168-
# anyio
169-
# uvicorn
165+
# via anyio
170166
urllib3==2.3.0
171167
# via
172168
# requests

requirements/pip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ django-vanilla-views
3333
# dependency as well.
3434
jsonfield
3535

36-
django-safemigrate
36+
django-safemigrate==4.3
3737

3838
# Impersonate users in the Django admin for support.
3939
django-impersonate

requirements/pip.txt

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/pip.txt requirements/pip.in
@@ -13,13 +13,11 @@ asgiref==3.8.1
1313
# django
1414
# django-allauth
1515
# django-cors-headers
16-
async-timeout==5.0.1
17-
# via redis
1816
billiard==4.2.1
1917
# via celery
20-
boto3==1.37.13
18+
boto3==1.37.18
2119
# via django-storages
22-
botocore==1.37.13
20+
botocore==1.37.18
2321
# via
2422
# boto3
2523
# s3transfer
@@ -105,7 +103,7 @@ django-crispy-forms==1.14.0
105103
# via -r requirements/pip.in
106104
django-csp==3.8
107105
# via -r requirements/pip.in
108-
django-debug-toolbar==5.0.1
106+
django-debug-toolbar==5.1.0
109107
# via -r requirements/pip.in
110108
django-elasticsearch-dsl==8.0
111109
# via -r requirements/pip.in
@@ -213,7 +211,7 @@ packaging==24.2
213211
# djangorestframework-api-key
214212
# dparse
215213
# gunicorn
216-
platformdirs==4.3.6
214+
platformdirs==4.3.7
217215
# via virtualenv
218216
prompt-toolkit==3.0.50
219217
# via click-repl
@@ -301,11 +299,8 @@ structlog==23.2.0
301299
# django-structlog
302300
toml==0.10.2
303301
# via bumpver
304-
tomli==2.2.1
305-
# via dparse
306302
typing-extensions==4.12.2
307303
# via
308-
# asgiref
309304
# elasticsearch-dsl
310305
# psycopg
311306
# psycopg-pool

0 commit comments

Comments
 (0)