Skip to content

Commit cfe8f70

Browse files
adRn-sgithub-actions[bot]
authored andcommitted
Update all dependencies
- Backend: Run of `uv pip compile` to update all python dependencies - Frontend: Run of `npm-check-updates` to update all node dependencies
1 parent a9e98f0 commit cfe8f70

File tree

13 files changed

+138
-138
lines changed

13 files changed

+138
-138
lines changed

backend/requirements/3.10/base.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv pip compile --universal --python-version 3.10 backend/requirements/base.in -o backend/requirements/3.10/base.txt
33
asgiref==3.8.1
44
# via django
5-
attrs==24.3.0
5+
attrs==25.1.0
66
# via
77
# jsonschema
88
# referencing
@@ -35,7 +35,7 @@ django-linear-migrations==2.16.0
3535
# via -r backend/requirements/base.in
3636
django-monthfield==0.1.4
3737
# via -r backend/requirements/base.in
38-
django-simple-history==3.7.0
38+
django-simple-history==3.8.0
3939
# via -r backend/requirements/base.in
4040
djangorestframework==3.15.2
4141
# via
@@ -45,7 +45,7 @@ drf-spectacular==0.28.0
4545
# via -r backend/requirements/base.in
4646
et-xmlfile==2.0.0
4747
# via openpyxl
48-
fonttools==4.55.3
48+
fonttools==4.55.6
4949
# via fpdf2
5050
fpdf2==2.8.2
5151
# via -r backend/requirements/base.in
@@ -87,7 +87,7 @@ pytz==2024.2
8787
# via pandas
8888
pyyaml==6.0.2
8989
# via drf-spectacular
90-
referencing==0.36.1
90+
referencing==0.36.2
9191
# via
9292
# jsonschema
9393
# jsonschema-specifications
@@ -99,7 +99,7 @@ six==1.17.0
9999
# via python-dateutil
100100
sqlparse==0.5.3
101101
# via django
102-
tablib==3.7.0
102+
tablib==3.8.0
103103
# via django-import-export
104104
tblib==3.0.0
105105
# via -r backend/requirements/base.in
@@ -109,7 +109,7 @@ typing-extensions==4.12.2
109109
# dj-database-url
110110
# python-docx
111111
# referencing
112-
tzdata==2024.2
112+
tzdata==2025.1
113113
# via
114114
# django
115115
# pandas

backend/requirements/3.10/dev.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ asgiref==3.8.1
1515
# django-cors-headers
1616
asttokens==3.0.0
1717
# via stack-data
18-
attrs==24.3.0
18+
attrs==25.1.0
1919
# via
2020
# -c backend/requirements/3.10/base.txt
2121
# jsonschema
2222
# referencing
23-
boto3==1.36.2
23+
boto3==1.36.6
2424
# via -r backend/requirements/dev.in
25-
botocore==1.36.2
25+
botocore==1.36.6
2626
# via
2727
# boto3
2828
# s3transfer
@@ -120,7 +120,7 @@ django-monthfield==0.1.4
120120
# -r backend/requirements/base.in
121121
django-schema-viewer==0.5.2
122122
# via -r backend/requirements/dev.in
123-
django-simple-history==3.7.0
123+
django-simple-history==3.8.0
124124
# via
125125
# -c backend/requirements/3.10/base.txt
126126
# -r backend/requirements/base.in
@@ -143,9 +143,9 @@ exceptiongroup==1.2.2 ; python_full_version < '3.11'
143143
# via
144144
# anyio
145145
# ipython
146-
executing==2.1.0
146+
executing==2.2.0
147147
# via stack-data
148-
fonttools==4.55.3
148+
fonttools==4.55.6
149149
# via
150150
# -c backend/requirements/3.10/base.txt
151151
# fpdf2
@@ -223,7 +223,7 @@ numpy==2.2.2 ; python_full_version >= '3.12'
223223
# contourpy
224224
# matplotlib
225225
# pandas
226-
openai==1.59.8
226+
openai==1.60.1
227227
# via -r backend/requirements/dev.in
228228
openpyxl==3.1.5
229229
# via
@@ -248,7 +248,7 @@ pillow==11.1.0
248248
# -c backend/requirements/3.10/base.txt
249249
# fpdf2
250250
# matplotlib
251-
prompt-toolkit==3.0.48
251+
prompt-toolkit==3.0.50
252252
# via ipython
253253
psycopg2==2.9.10
254254
# via
@@ -260,7 +260,7 @@ pure-eval==0.2.3
260260
# via stack-data
261261
pycparser==2.22 ; platform_python_implementation != 'PyPy'
262262
# via cffi
263-
pydantic==2.10.5
263+
pydantic==2.10.6
264264
# via openai
265265
pydantic-core==2.27.2
266266
# via pydantic
@@ -292,7 +292,7 @@ pyyaml==6.0.2
292292
# via
293293
# -c backend/requirements/3.10/base.txt
294294
# drf-spectacular
295-
referencing==0.36.1
295+
referencing==0.36.2
296296
# via
297297
# -c backend/requirements/3.10/base.txt
298298
# jsonschema
@@ -310,7 +310,7 @@ rpds-py==0.22.3
310310
# -c backend/requirements/3.10/base.txt
311311
# jsonschema
312312
# referencing
313-
s3transfer==0.11.1
313+
s3transfer==0.11.2
314314
# via boto3
315315
six==1.17.0
316316
# via
@@ -331,7 +331,7 @@ sqlparse==0.5.3
331331
# sql-metadata
332332
stack-data==0.6.3
333333
# via ipython
334-
tablib==3.7.0
334+
tablib==3.8.0
335335
# via
336336
# -c backend/requirements/3.10/base.txt
337337
# django-import-export
@@ -364,7 +364,7 @@ typing-extensions==4.12.2
364364
# python-docx
365365
# referencing
366366
# rich
367-
tzdata==2024.2
367+
tzdata==2025.1
368368
# via
369369
# -c backend/requirements/3.10/base.txt
370370
# django
@@ -381,7 +381,7 @@ wcwidth==0.2.13
381381
# via prompt-toolkit
382382
werkzeug==3.1.3
383383
# via -r backend/requirements/dev.in
384-
xlsxwriter==3.2.0
384+
xlsxwriter==3.2.1
385385
# via -r backend/requirements/dev.in
386386
xlwt==1.3.0
387387
# via

backend/requirements/3.10/testing.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ asttokens==3.0.0
2222
# via
2323
# -c backend/requirements/3.10/dev.txt
2424
# stack-data
25-
attrs==24.3.0
25+
attrs==25.1.0
2626
# via
2727
# -c backend/requirements/3.10/dev.txt
2828
# jsonschema
2929
# referencing
30-
boto3==1.36.2
30+
boto3==1.36.6
3131
# via
3232
# -c backend/requirements/3.10/dev.txt
3333
# -r backend/requirements/dev.in
34-
botocore==1.36.2
34+
botocore==1.36.6
3535
# via
3636
# -c backend/requirements/3.10/dev.txt
3737
# boto3
@@ -159,7 +159,7 @@ django-schema-viewer==0.5.2
159159
# via
160160
# -c backend/requirements/3.10/dev.txt
161161
# -r backend/requirements/dev.in
162-
django-simple-history==3.7.0
162+
django-simple-history==3.8.0
163163
# via
164164
# -c backend/requirements/3.10/dev.txt
165165
# -r backend/requirements/base.in
@@ -188,11 +188,11 @@ exceptiongroup==1.2.2 ; python_full_version < '3.11'
188188
# pytest
189189
execnet==2.1.1
190190
# via pytest-xdist
191-
executing==2.1.0
191+
executing==2.2.0
192192
# via
193193
# -c backend/requirements/3.10/dev.txt
194194
# stack-data
195-
fonttools==4.55.3
195+
fonttools==4.55.6
196196
# via
197197
# -c backend/requirements/3.10/dev.txt
198198
# fpdf2
@@ -302,7 +302,7 @@ numpy==2.2.2 ; python_full_version >= '3.12'
302302
# contourpy
303303
# matplotlib
304304
# pandas
305-
openai==1.59.8
305+
openai==1.60.1
306306
# via
307307
# -c backend/requirements/3.10/dev.txt
308308
# -r backend/requirements/dev.in
@@ -338,7 +338,7 @@ playwright==1.49.1
338338
# via pytest-playwright
339339
pluggy==1.5.0
340340
# via pytest
341-
prompt-toolkit==3.0.48
341+
prompt-toolkit==3.0.50
342342
# via
343343
# -c backend/requirements/3.10/dev.txt
344344
# ipython
@@ -358,7 +358,7 @@ pycparser==2.22 ; platform_python_implementation != 'PyPy'
358358
# via
359359
# -c backend/requirements/3.10/dev.txt
360360
# cffi
361-
pydantic==2.10.5
361+
pydantic==2.10.6
362362
# via
363363
# -c backend/requirements/3.10/dev.txt
364364
# openai
@@ -420,7 +420,7 @@ pyyaml==6.0.2
420420
# via
421421
# -c backend/requirements/3.10/dev.txt
422422
# drf-spectacular
423-
referencing==0.36.1
423+
referencing==0.36.2
424424
# via
425425
# -c backend/requirements/3.10/dev.txt
426426
# jsonschema
@@ -444,7 +444,7 @@ rpds-py==0.22.3
444444
# -c backend/requirements/3.10/dev.txt
445445
# jsonschema
446446
# referencing
447-
s3transfer==0.11.1
447+
s3transfer==0.11.2
448448
# via
449449
# -c backend/requirements/3.10/dev.txt
450450
# boto3
@@ -472,7 +472,7 @@ stack-data==0.6.3
472472
# via
473473
# -c backend/requirements/3.10/dev.txt
474474
# ipython
475-
tablib==3.7.0
475+
tablib==3.8.0
476476
# via
477477
# -c backend/requirements/3.10/dev.txt
478478
# django-import-export
@@ -519,7 +519,7 @@ typing-extensions==4.12.2
519519
# python-docx
520520
# referencing
521521
# rich
522-
tzdata==2024.2
522+
tzdata==2025.1
523523
# via
524524
# -c backend/requirements/3.10/dev.txt
525525
# django
@@ -541,7 +541,7 @@ werkzeug==3.1.3
541541
# via
542542
# -c backend/requirements/3.10/dev.txt
543543
# -r backend/requirements/dev.in
544-
xlsxwriter==3.2.0
544+
xlsxwriter==3.2.1
545545
# via
546546
# -c backend/requirements/3.10/dev.txt
547547
# -r backend/requirements/dev.in

backend/requirements/3.11/base.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv pip compile --universal --python-version 3.11 backend/requirements/base.in -o backend/requirements/3.11/base.txt
33
asgiref==3.8.1
44
# via django
5-
attrs==24.3.0
5+
attrs==25.1.0
66
# via
77
# jsonschema
88
# referencing
@@ -35,7 +35,7 @@ django-linear-migrations==2.16.0
3535
# via -r backend/requirements/base.in
3636
django-monthfield==0.1.4
3737
# via -r backend/requirements/base.in
38-
django-simple-history==3.7.0
38+
django-simple-history==3.8.0
3939
# via -r backend/requirements/base.in
4040
djangorestframework==3.15.2
4141
# via
@@ -45,7 +45,7 @@ drf-spectacular==0.28.0
4545
# via -r backend/requirements/base.in
4646
et-xmlfile==2.0.0
4747
# via openpyxl
48-
fonttools==4.55.3
48+
fonttools==4.55.6
4949
# via fpdf2
5050
fpdf2==2.8.2
5151
# via -r backend/requirements/base.in
@@ -87,7 +87,7 @@ pytz==2024.2
8787
# via pandas
8888
pyyaml==6.0.2
8989
# via drf-spectacular
90-
referencing==0.36.1
90+
referencing==0.36.2
9191
# via
9292
# jsonschema
9393
# jsonschema-specifications
@@ -99,7 +99,7 @@ six==1.17.0
9999
# via python-dateutil
100100
sqlparse==0.5.3
101101
# via django
102-
tablib==3.7.0
102+
tablib==3.8.0
103103
# via django-import-export
104104
tblib==3.0.0
105105
# via -r backend/requirements/base.in
@@ -108,7 +108,7 @@ typing-extensions==4.12.2
108108
# dj-database-url
109109
# python-docx
110110
# referencing
111-
tzdata==2024.2
111+
tzdata==2025.1
112112
# via
113113
# django
114114
# pandas

0 commit comments

Comments
 (0)