Skip to content

Commit 08d60f2

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 b2c191c commit 08d60f2

File tree

13 files changed

+307
-303
lines changed

13 files changed

+307
-303
lines changed

backend/requirements/3.10/base.txt

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --universal --python-version 3.10 backend/requirements/base.in -o backend/requirements/3.10/base.txt
3-
asgiref==3.11.0
3+
asgiref==3.11.1
44
# via django
55
attrs==25.4.0
66
# via
@@ -10,9 +10,9 @@ defusedxml==0.7.1
1010
# via fpdf2
1111
diff-match-patch==20241021
1212
# via django-import-export
13-
dj-database-url==3.1.0
13+
dj-database-url==3.1.2
1414
# via -r backend/requirements/base.in
15-
django==5.2.10
15+
django==5.2.11
1616
# via
1717
# -r backend/requirements/base.in
1818
# dj-database-url
@@ -47,9 +47,9 @@ et-xmlfile==2.0.0
4747
# via openpyxl
4848
fonttools==4.61.1
4949
# via fpdf2
50-
fpdf2==2.8.5
50+
fpdf2==2.8.6
5151
# via -r backend/requirements/base.in
52-
gunicorn==23.0.0
52+
gunicorn==25.1.0
5353
# via -r backend/requirements/base.in
5454
inflection==0.5.1
5555
# via drf-spectacular
@@ -63,17 +63,19 @@ numpy==1.25.2 ; python_full_version < '3.12'
6363
# via
6464
# -r backend/requirements/base.in
6565
# pandas
66-
numpy==2.4.1 ; python_full_version >= '3.12'
66+
numpy==2.4.2 ; python_full_version >= '3.12'
6767
# via
6868
# -r backend/requirements/base.in
6969
# pandas
7070
openpyxl==3.1.5
7171
# via -r backend/requirements/base.in
72-
packaging==25.0
72+
packaging==26.0
7373
# via gunicorn
74-
pandas==2.3.3
74+
pandas==2.3.3 ; python_full_version < '3.12'
7575
# via -r backend/requirements/base.in
76-
pillow==12.1.0
76+
pandas==3.0.1 ; python_full_version >= '3.12'
77+
# via -r backend/requirements/base.in
78+
pillow==12.1.1
7779
# via fpdf2
7880
psycopg2==2.9.11
7981
# via -r backend/requirements/base.in
@@ -83,7 +85,7 @@ python-dateutil==2.9.0.post0
8385
# pandas
8486
python-docx==1.2.0
8587
# via -r backend/requirements/base.in
86-
pytz==2025.2
88+
pytz==2025.2 ; python_full_version < '3.12'
8789
# via pandas
8890
pyyaml==6.0.3
8991
# via drf-spectacular
@@ -108,7 +110,7 @@ typing-extensions==4.15.0
108110
# asgiref
109111
# python-docx
110112
# referencing
111-
tzdata==2025.3
113+
tzdata==2025.3 ; python_full_version < '3.12' or sys_platform == 'emscripten' or sys_platform == 'win32'
112114
# via
113115
# django
114116
# pandas

backend/requirements/3.10/dev.txt

Lines changed: 32 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ anyio==4.12.1
88
# openai
99
appdirs==1.4.4
1010
# via django-migration-linter
11-
asgiref==3.11.0
11+
asgiref==3.11.1
1212
# via
1313
# -c backend/requirements/3.10/base.txt
1414
# django
@@ -20,9 +20,9 @@ attrs==25.4.0
2020
# -c backend/requirements/3.10/base.txt
2121
# jsonschema
2222
# referencing
23-
boto3==1.42.30
23+
boto3==1.42.54
2424
# via -r backend/requirements/dev.in
25-
botocore==1.42.30
25+
botocore==1.42.54
2626
# via
2727
# boto3
2828
# s3transfer
@@ -43,7 +43,7 @@ contourpy==1.3.2 ; python_full_version < '3.11'
4343
# via matplotlib
4444
contourpy==1.3.3 ; python_full_version >= '3.11'
4545
# via matplotlib
46-
cryptography==46.0.3
46+
cryptography==46.0.5
4747
# via
4848
# django-cryptography-django5
4949
# django-sql-explorer
@@ -63,11 +63,11 @@ diff-match-patch==20241021
6363
# django-import-export
6464
distro==1.9.0
6565
# via openai
66-
dj-database-url==3.1.0
66+
dj-database-url==3.1.2
6767
# via
6868
# -c backend/requirements/3.10/base.txt
6969
# -r backend/requirements/base.in
70-
django==5.2.10
70+
django==5.2.11
7171
# via
7272
# -c backend/requirements/3.10/base.txt
7373
# -r backend/requirements/base.in
@@ -100,7 +100,7 @@ django-cors-headers==4.9.0
100100
# via -r backend/requirements/dev.in
101101
django-cryptography-django5==2.2
102102
# via django-sql-explorer
103-
django-debug-toolbar==6.1.0
103+
django-debug-toolbar==6.2.0
104104
# via -r backend/requirements/dev.in
105105
django-extensions==4.1
106106
# via
@@ -152,11 +152,11 @@ fonttools==4.61.1
152152
# -c backend/requirements/3.10/base.txt
153153
# fpdf2
154154
# matplotlib
155-
fpdf2==2.8.5
155+
fpdf2==2.8.6
156156
# via
157157
# -c backend/requirements/3.10/base.txt
158158
# -r backend/requirements/base.in
159-
gunicorn==23.0.0
159+
gunicorn==25.1.0
160160
# via
161161
# -c backend/requirements/3.10/base.txt
162162
# -r backend/requirements/base.in
@@ -179,15 +179,15 @@ ipdb==0.13.13
179179
# via -r backend/requirements/dev.in
180180
ipython==8.38.0 ; python_full_version < '3.11'
181181
# via ipdb
182-
ipython==9.9.0 ; python_full_version >= '3.11'
182+
ipython==9.10.0 ; python_full_version >= '3.11'
183183
# via ipdb
184184
ipython-pygments-lexers==1.1.1 ; python_full_version >= '3.11'
185185
# via ipython
186186
jedi==0.19.2
187187
# via ipython
188-
jiter==0.12.0
188+
jiter==0.13.0
189189
# via openai
190-
jmespath==1.0.1
190+
jmespath==1.1.0
191191
# via
192192
# boto3
193193
# botocore
@@ -222,34 +222,39 @@ numpy==1.25.2 ; python_full_version < '3.12'
222222
# contourpy
223223
# matplotlib
224224
# pandas
225-
numpy==2.4.1 ; python_full_version >= '3.12'
225+
numpy==2.4.2 ; python_full_version >= '3.12'
226226
# via
227227
# -c backend/requirements/3.10/base.txt
228228
# -r backend/requirements/base.in
229229
# contourpy
230230
# matplotlib
231231
# pandas
232-
openai==2.15.0
232+
openai==2.21.0
233233
# via -r backend/requirements/dev.in
234234
openpyxl==3.1.5
235235
# via
236236
# -c backend/requirements/3.10/base.txt
237237
# -r backend/requirements/base.in
238-
packaging==25.0
238+
packaging==26.0
239239
# via
240240
# -c backend/requirements/3.10/base.txt
241241
# gunicorn
242242
# matplotlib
243-
pandas==2.3.3
243+
pandas==2.3.3 ; python_full_version < '3.12'
244244
# via
245245
# -c backend/requirements/3.10/base.txt
246246
# -r backend/requirements/base.in
247247
# -r backend/requirements/dev.in
248-
parso==0.8.5
248+
pandas==3.0.1 ; python_full_version >= '3.12'
249+
# via
250+
# -c backend/requirements/3.10/base.txt
251+
# -r backend/requirements/base.in
252+
# -r backend/requirements/dev.in
253+
parso==0.8.6
249254
# via jedi
250255
pexpect==4.9.0 ; sys_platform != 'emscripten' and sys_platform != 'win32'
251256
# via ipython
252-
pillow==12.1.0
257+
pillow==12.1.1
253258
# via
254259
# -c backend/requirements/3.10/base.txt
255260
# fpdf2
@@ -264,7 +269,7 @@ ptyprocess==0.7.0 ; sys_platform != 'emscripten' and sys_platform != 'win32'
264269
# via pexpect
265270
pure-eval==0.2.3
266271
# via stack-data
267-
pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
272+
pycparser==3.0 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
268273
# via cffi
269274
pydantic==2.12.5
270275
# via openai
@@ -275,7 +280,7 @@ pygments==2.19.2
275280
# ipython
276281
# ipython-pygments-lexers
277282
# rich
278-
pyparsing==3.3.1
283+
pyparsing==3.3.2
279284
# via matplotlib
280285
python-dateutil==2.9.0.post0
281286
# via
@@ -289,7 +294,7 @@ python-docx==1.2.0
289294
# via
290295
# -c backend/requirements/3.10/base.txt
291296
# -r backend/requirements/base.in
292-
pytz==2025.2
297+
pytz==2025.2 ; python_full_version < '3.12'
293298
# via
294299
# -c backend/requirements/3.10/base.txt
295300
# pandas
@@ -304,13 +309,13 @@ referencing==0.37.0
304309
# -c backend/requirements/3.10/base.txt
305310
# jsonschema
306311
# jsonschema-specifications
307-
regex==2026.1.15
312+
regex==2026.2.19
308313
# via tiktoken
309314
requests==2.32.5
310315
# via
311316
# django-sql-explorer
312317
# tiktoken
313-
rich==14.2.0
318+
rich==14.3.3
314319
# via -r backend/requirements/dev.in
315320
rpds-py==0.30.0
316321
# via
@@ -350,7 +355,7 @@ toml==0.10.2
350355
# via django-migration-linter
351356
tomli==2.4.0 ; python_full_version < '3.11'
352357
# via ipdb
353-
tqdm==4.67.1
358+
tqdm==4.67.3
354359
# via openai
355360
traitlets==5.14.3
356361
# via
@@ -372,7 +377,7 @@ typing-extensions==4.15.0
372377
# typing-inspection
373378
typing-inspection==0.4.2
374379
# via pydantic
375-
tzdata==2025.3
380+
tzdata==2025.3 ; python_full_version < '3.12' or sys_platform == 'emscripten' or sys_platform == 'win32'
376381
# via
377382
# -c backend/requirements/3.10/base.txt
378383
# django
@@ -385,9 +390,9 @@ urllib3==2.6.3
385390
# via
386391
# botocore
387392
# requests
388-
wcwidth==0.2.14
393+
wcwidth==0.6.0
389394
# via prompt-toolkit
390-
werkzeug==3.1.5
395+
werkzeug==3.1.6
391396
# via -r backend/requirements/dev.in
392397
xlsxwriter==3.2.9
393398
# via -r backend/requirements/dev.in

0 commit comments

Comments
 (0)