Skip to content

Commit bfcaca2

Browse files
Upgrade dependencies
Including MarkupSafe 3.0.0. pip-compile -U && pip-compile -U dev-requirements.in
1 parent e6377a9 commit bfcaca2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiohappyeyeballs==2.4.3
88
# via aiohttp
9-
aiohttp==3.10.8
9+
aiohttp==3.10.10
1010
# via mwapi
1111
aiosignal==1.3.1
1212
# via aiohttp
@@ -22,7 +22,7 @@ blinker==1.8.2
2222
# via flask
2323
certifi==2024.8.30
2424
# via requests
25-
charset-normalizer==3.3.2
25+
charset-normalizer==3.4.0
2626
# via requests
2727
click==8.1.7
2828
# via flask
@@ -46,7 +46,7 @@ jinja2==3.1.4
4646
# via
4747
# -r requirements.in
4848
# flask
49-
markupsafe==2.1.5
49+
markupsafe==3.0.1
5050
# via
5151
# -r requirements.in
5252
# jinja2
@@ -66,6 +66,8 @@ oauthlib==3.2.2
6666
# via
6767
# mwoauth
6868
# requests-oauthlib
69+
propcache==0.2.0
70+
# via yarl
6971
pyjwt==2.9.0
7072
# via mwoauth
7173
pymysql==1.1.1
@@ -101,5 +103,5 @@ werkzeug==3.0.4
101103
# -r requirements.in
102104
# flask
103105
# toolforge-i18n
104-
yarl==1.13.1
106+
yarl==1.15.1
105107
# via aiohttp

0 commit comments

Comments
 (0)