Skip to content

Commit 80f9fdd

Browse files
authored
tests: update dependencies for compatibility with new Pythons (#1791)
Closes: #1784
1 parent 8522010 commit 80f9fdd

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

tests/requirements-relaxed.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
#
77
aiofiles==23.2.1
88
# via antsibull-core
9-
aiohttp==3.8.6
9+
aiohappyeyeballs==2.4.0
10+
# via aiohttp
11+
aiohttp==3.10.5
1012
# via
1113
# antsibull-core
1214
# antsibull-docs
@@ -37,9 +39,7 @@ build==1.0.3
3739
certifi==2023.7.22
3840
# via requests
3941
charset-normalizer==3.3.0
40-
# via
41-
# aiohttp
42-
# requests
42+
# via requests
4343
docutils==0.18.1
4444
# via
4545
# antsibull-docs
@@ -63,7 +63,7 @@ jinja2==3.1.2
6363
# sphinx
6464
markupsafe==2.1.3
6565
# via jinja2
66-
multidict==6.0.4
66+
multidict==6.0.5
6767
# via
6868
# aiohttp
6969
# yarl
@@ -75,7 +75,7 @@ packaging==23.2
7575
# sphinx
7676
perky==0.9.2
7777
# via antsibull-core
78-
pydantic==1.10.13
78+
pydantic==1.10.17
7979
# via
8080
# antsibull-core
8181
# antsibull-docs

tests/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
#
77
aiofiles==23.2.1
88
# via antsibull-core
9-
aiohttp==3.8.5
9+
aiohappyeyeballs==2.4.0
10+
# via aiohttp
11+
aiohttp==3.10.5
1012
# via
1113
# antsibull-core
1214
# antsibull-docs
@@ -39,9 +41,7 @@ build==1.0.3
3941
certifi==2023.7.22
4042
# via requests
4143
charset-normalizer==3.2.0
42-
# via
43-
# aiohttp
44-
# requests
44+
# via requests
4545
docutils==0.17.1
4646
# via
4747
# antsibull-docs
@@ -65,7 +65,7 @@ jinja2==3.1.2
6565
# sphinx
6666
markupsafe==2.1.3
6767
# via jinja2
68-
multidict==6.0.4
68+
multidict==6.0.5
6969
# via
7070
# aiohttp
7171
# yarl
@@ -77,7 +77,7 @@ packaging==23.1
7777
# sphinx
7878
perky==0.9.2
7979
# via antsibull-core
80-
pydantic==1.10.13
80+
pydantic==1.10.17
8181
# via
8282
# antsibull-core
8383
# antsibull-docs

0 commit comments

Comments
 (0)