Skip to content

Commit b0c81d1

Browse files
chore(deps): update all dependencies
1 parent 63e5486 commit b0c81d1

File tree

3 files changed

+244
-203
lines changed

3 files changed

+244
-203
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"lint-templates": "djlint --profile jinja --lint ./templates/**"
1818
},
1919
"dependencies": {
20-
"autoprefixer": "10.4.20",
21-
"sass": "1.85.0",
20+
"autoprefixer": "10.4.27",
21+
"sass": "1.97.3",
2222
"vanilla-framework": "4.34.1",
23-
"postcss": "8.5.2",
24-
"postcss-cli": "11.0.0"
23+
"postcss": "8.5.8",
24+
"postcss-cli": "11.0.1"
2525
},
2626
"devDependencies": {
27-
"stylelint": "16.14.1",
27+
"stylelint": "16.26.1",
2828
"stylelint-config-recommended-scss": "14.1.0",
2929
"stylelint-order": "6.0.4"
3030
}

requirements.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@ canonicalwebteam.flask-base==2.6.1
22
canonicalwebteam.image_template==1.9.0
33
django-openid-auth==0.17
44
Flask-OpenID==1.3.1
5-
alembic==1.14.1
6-
psycopg2-binary==2.9.10
7-
SQLAlchemy==2.0.38
5+
alembic==1.18.4
6+
psycopg2-binary==2.9.11
7+
SQLAlchemy==2.0.48
88
Flask-Admin==1.6.1
99
python-slugify==8.0.4
1010
Flask-WTF==1.2.2
11-
google-api-python-client==2.161.0
12-
google-auth-httplib2==0.2.0
13-
google-auth-oauthlib==1.2.1
14-
Markdown==3.7
15-
pytest==8.3.4
16-
pytest-cov==6.0.0
11+
google-api-python-client==2.192.0
12+
google-auth-httplib2==0.3.0
13+
google-auth-oauthlib==1.3.0
14+
Markdown==3.10.2
15+
pytest==8.4.2
16+
pytest-cov==6.3.0
1717
pytest-flask==1.3.0
18-
email_validator==2.2.0
18+
email_validator==2.3.0
1919
flask_apscheduler==1.13.1
20-
tzdata==2025.1
20+
tzdata==2025.3
2121
djlint==1.36.4
22-
unidecode==1.3.6
23-
pyyaml==6.0.2
22+
unidecode==1.4.0
23+
pyyaml==6.0.3
2424
setuptools # XXX: added as a workaround for build issues with with Python 3.12

0 commit comments

Comments
 (0)