Skip to content

Commit 677fb28

Browse files
committed
πŸ“¦οΈ chore: upgrade dependencies
- Upgrade ruff 0.14.5 β†’ 0.14.7 - Upgrade uv 0.9.11 β†’ 0.9.13 - Upgrade boto3 1.41.1 β†’ 1.41.5 - Upgrade pydantic 2.12.4 β†’ 2.12.5 - Upgrade wagtail 7.2 β†’ 7.2.1 - Upgrade psycopg 3.2.12 β†’ 3.2.13 - Upgrade sqlparse 0.5.3 β†’ 0.5.4 - Upgrade packageurl-python 0.17.5 β†’ 0.17.6
1 parent f7390d9 commit 677fb28

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

β€Žrequirements/dev.txtβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ model-mommy==2.0.0
5151
# via -r requirements/dev.in
5252
msgpack==1.1.2
5353
# via cachecontrol
54-
packageurl-python==0.17.5
54+
packageurl-python==0.17.6
5555
# via cyclonedx-python-lib
5656
packaging==25.0
5757
# via
@@ -90,13 +90,13 @@ requests==2.32.5
9090
# pip-audit
9191
rich==14.2.0
9292
# via pip-audit
93-
ruff==0.14.5
93+
ruff==0.14.7
9494
# via -r requirements/dev.in
9595
sortedcontainers==2.4.0
9696
# via
9797
# cyclonedx-python-lib
9898
# fakeredis
99-
sqlparse==0.5.3
99+
sqlparse==0.5.4
100100
# via
101101
# -c requirements/main.txt
102102
# django
@@ -107,5 +107,5 @@ urllib3==2.5.0
107107
# via
108108
# -c requirements/main.txt
109109
# requests
110-
uv==0.9.11
110+
uv==0.9.13
111111
# via -r requirements/dev.in

β€Žrequirements/main.txtβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ babel==2.17.0
1010
# via delorean
1111
beautifulsoup4==4.14.2
1212
# via wagtail
13-
boto3==1.41.1
13+
boto3==1.41.5
1414
# via -r requirements/main.in
15-
botocore==1.41.1
15+
botocore==1.41.5
1616
# via
1717
# boto3
1818
# s3transfer
@@ -123,7 +123,7 @@ pillow==12.0.0
123123
# wagtail
124124
pillow-heif==1.1.1
125125
# via willow
126-
pydantic==2.12.4
126+
pydantic==2.12.5
127127
# via -r requirements/main.in
128128
pydantic-core==2.41.5
129129
# via pydantic
@@ -154,7 +154,7 @@ six==1.17.0
154154
# via python-dateutil
155155
soupsieve==2.8
156156
# via beautifulsoup4
157-
sqlparse==0.5.3
157+
sqlparse==0.5.4
158158
# via django
159159
static3==0.7.0
160160
# via dj-static
@@ -180,7 +180,7 @@ urllib3==2.5.0
180180
# via
181181
# botocore
182182
# requests
183-
wagtail==7.2
183+
wagtail==7.2.1
184184
# via -r requirements/main.in
185185
whitenoise==6.11.0
186186
# via -r requirements/main.in

β€Žrequirements/production.txtβ€Ž

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --output-file requirements/production.txt requirements/production.in
3-
psycopg==3.2.12
3+
psycopg==3.2.13
44
# via -r requirements/production.in
5-
psycopg-binary==3.2.12
5+
psycopg-binary==3.2.13
66
# via psycopg
7-
typing-extensions==4.15.0
8-
# via
9-
# -c requirements/main.txt
10-
# psycopg

0 commit comments

Comments
Β (0)