Skip to content

Commit ff42b7a

Browse files
committed
Update dev dependencies to fix build failure
1 parent 4b07444 commit ff42b7a

File tree

2 files changed

+13
-25
lines changed

2 files changed

+13
-25
lines changed

requirements.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ frozenlist>=1.7.0
77
# dev
88
pytest==8.4.1
99
pytest-asyncio==1.1.0
10-
pip-tools==6.8.0
10+
pip-tools==7.5.2
1111
black==22.6.0
12+
packaging>=22.0

requirements.txt

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --no-emit-index-url --no-emit-trusted-host
5+
# pip-compile requirements.in
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
99
aiohttp==3.12.14
1010
# via -r requirements.in
1111
aiosignal==1.4.0
1212
# via aiohttp
13-
async-timeout==4.0.2
14-
# via aiohttp
1513
attrs==22.1.0
1614
# via aiohttp
17-
backports-asyncio-runner==1.2.0; python_version < "3.11"
18-
# via pytest-asyncio
1915
black==22.6.0
2016
# via -r requirements.in
21-
build==0.8.0
17+
build==1.3.0
2218
# via pip-tools
2319
cachetools==4.2.0
2420
# via -r requirements.in
@@ -30,8 +26,6 @@ click==8.1.3
3026
# via
3127
# black
3228
# pip-tools
33-
exceptiongroup==1.3.0
34-
# via pytest
3529
frozenlist==1.7.0
3630
# via
3731
# -r requirements.in
@@ -49,15 +43,14 @@ multidict==6.0.2
4943
# yarl
5044
mypy-extensions==0.4.3
5145
# via black
52-
packaging==21.3
46+
packaging==25.0
5347
# via
48+
# -r requirements.in
5449
# build
5550
# pytest
5651
pathspec==0.9.0
5752
# via black
58-
pep517==0.13.0
59-
# via build
60-
pip-tools==6.8.0
53+
pip-tools==7.5.2
6154
# via -r requirements.in
6255
platformdirs==2.5.2
6356
# via black
@@ -69,8 +62,10 @@ propcache==0.3.2
6962
# yarl
7063
pygments==2.19.2
7164
# via pytest
72-
pyparsing==3.0.9
73-
# via packaging
65+
pyproject-hooks==1.2.0
66+
# via
67+
# build
68+
# pip-tools
7469
pytest==8.4.1
7570
# via
7671
# -r requirements.in
@@ -79,16 +74,8 @@ pytest-asyncio==1.1.0
7974
# via -r requirements.in
8075
requests==2.28.1
8176
# via -r requirements.in
82-
tomli==2.0.1
83-
# via
84-
# black
85-
# build
86-
# pep517
87-
# pytest
8877
typing-extensions==4.14.1
89-
# via
90-
# aiosignal
91-
# exceptiongroup
78+
# via aiosignal
9279
urllib3==1.26.11
9380
# via requests
9481
wheel==0.37.1

0 commit comments

Comments
 (0)