Skip to content

Commit e6377a9

Browse files
Upgrade dependencies
Unpin toolforge_i18n (0.1.0+ should be reasonably stable, and anyways I’m the library author so I’ll know if I make any breaking changes :P), then: pip-compile -U && pip-compile -U dev-requirements.in
1 parent a81b469 commit e6377a9

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

dev-requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ iniconfig==2.0.0
1010
# via pytest
1111
mccabe==0.7.0
1212
# via flake8
13-
mypy==1.11.1
13+
mypy==1.11.2
1414
# via -r dev-requirements.in
1515
mypy-extensions==1.0.0
1616
# via mypy
@@ -22,29 +22,29 @@ pycodestyle==2.12.1
2222
# via flake8
2323
pyflakes==3.2.0
2424
# via flake8
25-
pytest==8.3.2
25+
pytest==8.3.3
2626
# via -r dev-requirements.in
2727
types-babel==2.11.0.15
2828
# via -r dev-requirements.in
29-
types-beautifulsoup4==4.12.0.20240511
29+
types-beautifulsoup4==4.12.0.20240907
3030
# via -r dev-requirements.in
3131
types-decorator==5.1.8.20240310
3232
# via -r dev-requirements.in
3333
types-html5lib==1.1.11.20240806
3434
# via types-beautifulsoup4
35-
types-pytz==2024.1.0.20240417
35+
types-pytz==2024.2.0.20241003
3636
# via types-babel
37-
types-pyyaml==6.0.12.20240808
37+
types-pyyaml==6.0.12.20240917
3838
# via -r dev-requirements.in
39-
types-requests==2.32.0.20240712
39+
types-requests==2.32.0.20240914
4040
# via -r dev-requirements.in
41-
types-setuptools==71.1.0.20240818
41+
types-setuptools==75.1.0.20240917
4242
# via types-babel
4343
typing-extensions==4.12.2
4444
# via
4545
# -c requirements.txt
4646
# mypy
47-
urllib3==2.2.2
47+
urllib3==2.2.3
4848
# via
4949
# -c requirements.txt
5050
# types-requests

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ PyYAML
99
requests
1010
requests_oauthlib
1111
toolforge ~= 4.2
12-
toolforge_i18n[Flask] == 0.0.9
12+
toolforge_i18n[Flask] >= 0.1.0
1313
typing-extensions >= 4.1.0
1414
werkzeug >= 2.0.0

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# pip-compile
66
#
7-
aiohappyeyeballs==2.3.7
7+
aiohappyeyeballs==2.4.3
88
# via aiohttp
9-
aiohttp==3.10.4
9+
aiohttp==3.10.8
1010
# via mwapi
1111
aiosignal==1.3.1
1212
# via aiohttp
@@ -20,7 +20,7 @@ beautifulsoup4==4.12.3
2020
# via toolforge-i18n
2121
blinker==1.8.2
2222
# via flask
23-
certifi==2024.7.4
23+
certifi==2024.8.30
2424
# via requests
2525
charset-normalizer==3.3.2
2626
# via requests
@@ -36,7 +36,7 @@ frozenlist==1.4.1
3636
# via
3737
# aiohttp
3838
# aiosignal
39-
idna==3.7
39+
idna==3.10
4040
# via
4141
# requests
4242
# yarl
@@ -52,7 +52,7 @@ markupsafe==2.1.5
5252
# jinja2
5353
# toolforge-i18n
5454
# werkzeug
55-
multidict==6.0.5
55+
multidict==6.1.0
5656
# via
5757
# aiohttp
5858
# yarl
@@ -88,18 +88,18 @@ soupsieve==2.6
8888
# via beautifulsoup4
8989
toolforge==4.4.0
9090
# via -r requirements.in
91-
toolforge-i18n[flask]==0.0.9
91+
toolforge-i18n[flask]==0.1.1
9292
# via
9393
# -r requirements.in
9494
# toolforge-i18n
9595
typing-extensions==4.12.2
9696
# via -r requirements.in
97-
urllib3==2.2.2
97+
urllib3==2.2.3
9898
# via requests
99-
werkzeug==3.0.3
99+
werkzeug==3.0.4
100100
# via
101101
# -r requirements.in
102102
# flask
103103
# toolforge-i18n
104-
yarl==1.9.4
104+
yarl==1.13.1
105105
# via aiohttp

0 commit comments

Comments
 (0)