Skip to content

Commit 45a9a71

Browse files
matrixiseclaude
andauthored
πŸ”§ chore: update Python dependencies (#185)
Updated main and dev dependencies to latest versions: Main dependencies: - boto3 1.41.5 β†’ 1.42.18 - numpy 2.3.5 β†’ 2.4.0 - django-treebeard 4.7.1 β†’ 4.8.0 - And 9 other package updates Dev dependencies: - uv 0.9.13 β†’ 0.9.20 - ruff 0.14.7 β†’ 0.14.10 - cyclonedx-python-lib 9.1.0 β†’ 11.6.0 - toml β†’ tomli (package migration) - And 9 other package updates πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Sonnet 4.5 <[email protected]>
1 parent 83c6a0b commit 45a9a71

File tree

2 files changed

+26
-25
lines changed

2 files changed

+26
-25
lines changed

β€Žrequirements/dev.txtβ€Ž

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ charset-normalizer==3.4.4
1616
# via
1717
# -c requirements/main.txt
1818
# requests
19-
coverage==7.12.0
19+
coverage==7.13.1
2020
# via -r requirements/dev.in
21-
cyclonedx-python-lib==9.1.0
21+
cyclonedx-python-lib==11.6.0
2222
# via pip-audit
2323
defusedxml==0.7.1
2424
# via
@@ -33,9 +33,9 @@ django-debug-toolbar==6.1.0
3333
# via -r requirements/dev.in
3434
factory-boy==3.3.3
3535
# via -r requirements/dev.in
36-
faker==39.0.0
36+
faker==40.1.0
3737
# via factory-boy
38-
fakeredis==2.32.1
38+
fakeredis==2.33.0
3939
# via -r requirements/dev.in
4040
filelock==3.20.1
4141
# via cachecontrol
@@ -69,19 +69,19 @@ pip==25.3
6969
# pipdeptree
7070
pip-api==0.0.34
7171
# via pip-audit
72-
pip-audit==2.9.0
72+
pip-audit==2.10.0
7373
# via -r requirements/dev.in
7474
pip-requirements-parser==32.0.1
7575
# via pip-audit
7676
pipdeptree==2.30.0
7777
# via -r requirements/dev.in
78-
platformdirs==4.5.0
78+
platformdirs==4.5.1
7979
# via pip-audit
8080
py-serializable==2.1.0
8181
# via cyclonedx-python-lib
8282
pygments==2.19.2
8383
# via rich
84-
pyparsing==3.2.5
84+
pyparsing==3.3.1
8585
# via pip-requirements-parser
8686
redis==7.1.0
8787
# via
@@ -94,26 +94,28 @@ requests==2.32.5
9494
# pip-audit
9595
rich==14.2.0
9696
# via pip-audit
97-
ruff==0.14.7
97+
ruff==0.14.10
9898
# via -r requirements/dev.in
9999
sortedcontainers==2.4.0
100100
# via
101101
# cyclonedx-python-lib
102102
# fakeredis
103-
sqlparse==0.5.4
103+
sqlparse==0.5.5
104104
# via
105105
# -c requirements/main.txt
106106
# django
107107
# django-debug-toolbar
108-
toml==0.10.2
108+
tomli==2.3.0
109109
# via pip-audit
110-
tzdata==2025.2
110+
tomli-w==1.2.0
111+
# via pip-audit
112+
tzdata==2025.3
111113
# via
112114
# -c requirements/main.txt
113115
# faker
114116
urllib3==2.6.2
115117
# via
116118
# -c requirements/main.txt
117119
# requests
118-
uv==0.9.13
120+
uv==0.9.20
119121
# via -r requirements/dev.in

β€Žrequirements/main.txtβ€Ž

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ asgiref==3.11.0
88
# via django
99
babel==2.17.0
1010
# via delorean
11-
beautifulsoup4==4.14.2
11+
beautifulsoup4==4.14.3
1212
# via wagtail
13-
boto3==1.41.5
13+
boto3==1.42.18
1414
# via -r requirements/main.in
15-
botocore==1.41.5
15+
botocore==1.42.18
1616
# via
1717
# boto3
1818
# s3transfer
@@ -63,15 +63,15 @@ django-filter==25.2
6363
# via wagtail
6464
django-libsass==0.9
6565
# via -r requirements/main.in
66-
django-modelcluster==6.4
66+
django-modelcluster==6.4.1
6767
# via
6868
# -r requirements/main.in
6969
# wagtail
7070
django-permissionedforms==0.1
7171
# via wagtail
7272
django-storages==1.14.6
7373
# via -r requirements/main.in
74-
django-stubs-ext==5.2.7
74+
django-stubs-ext==5.2.8
7575
# via django-tasks
7676
django-taggit==6.1.0
7777
# via
@@ -81,7 +81,7 @@ django-tasks==0.9.0
8181
# via
8282
# modelsearch
8383
# wagtail
84-
django-treebeard==4.7.1
84+
django-treebeard==4.8.0
8585
# via wagtail
8686
djangorestframework==3.16.1
8787
# via wagtail
@@ -93,7 +93,7 @@ filetype==1.2.0
9393
# via willow
9494
gunicorn==23.0.0
9595
# via -r requirements/main.in
96-
humanize==4.14.0
96+
humanize==4.15.0
9797
# via delorean
9898
idna==3.11
9999
# via requests
@@ -109,7 +109,7 @@ libsass==0.23.0
109109
# via django-libsass
110110
modelsearch==1.1.1
111111
# via wagtail
112-
numpy==2.3.5
112+
numpy==2.4.0
113113
# via pandas
114114
openpyxl==3.1.5
115115
# via wagtail
@@ -152,13 +152,13 @@ requests==2.32.5
152152
# wagtail
153153
rjsmin==1.2.5
154154
# via django-compressor
155-
s3transfer==0.15.0
155+
s3transfer==0.16.0
156156
# via boto3
157157
six==1.17.0
158158
# via python-dateutil
159-
soupsieve==2.8
159+
soupsieve==2.8.1
160160
# via beautifulsoup4
161-
sqlparse==0.5.4
161+
sqlparse==0.5.5
162162
# via django
163163
static3==0.7.0
164164
# via dj-static
@@ -171,13 +171,12 @@ typing-extensions==4.15.0
171171
# beautifulsoup4
172172
# django-stubs-ext
173173
# django-tasks
174-
# psycopg
175174
# pydantic
176175
# pydantic-core
177176
# typing-inspection
178177
typing-inspection==0.4.2
179178
# via pydantic
180-
tzdata==2025.2
179+
tzdata==2025.3
181180
# via pandas
182181
tzlocal==5.3.1
183182
# via delorean

0 commit comments

Comments
Β (0)