Skip to content

Commit 0821352

Browse files
Merge pull request #1069 from ska-sa/NGC-2047-aiohttp-3.14.1
Update aiohttp to the latest version
2 parents 17a7a4f + 0e31617 commit 0821352

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ repos:
3535
types_or: [python, pyi]
3636
additional_dependencies: [
3737
'aioconsole==0.8.2',
38+
'aiohttp==3.14.1',
3839
'aiokatcp==2.2.0',
3940
'aiomonitor==0.7.1',
4041
'astropy==7.2.0',

qualification/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aiohappyeyeballs==2.6.1
1010
# -c qualification/../requirements-dev.txt
1111
# -c qualification/../requirements.txt
1212
# aiohttp
13-
aiohttp==3.13.4
13+
aiohttp==3.14.1
1414
# via
1515
# -c qualification/../requirements-dev.txt
1616
# -c qualification/../requirements.txt
@@ -411,6 +411,7 @@ typing-extensions==4.15.0
411411
# via
412412
# -c qualification/../requirements-dev.txt
413413
# -c qualification/../requirements.txt
414+
# aiohttp
414415
# aiokatcp
415416
# aiomonitor
416417
# aiosignal

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiohappyeyeballs==2.6.1
88
# via
99
# -c requirements.txt
1010
# aiohttp
11-
aiohttp==3.13.4
11+
aiohttp==3.14.1
1212
# via
1313
# -c requirements.txt
1414
# katgpucbf (pyproject.toml)
@@ -468,6 +468,7 @@ traitlets==5.14.3
468468
typing-extensions==4.15.0
469469
# via
470470
# -c requirements.txt
471+
# aiohttp
471472
# aiokatcp
472473
# aiomonitor
473474
# aiosignal

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ aioconsole==0.8.2
44
# via aiomonitor
55
aiohappyeyeballs==2.6.1
66
# via aiohttp
7-
aiohttp==3.13.4
7+
aiohttp==3.14.1
88
# via
99
# katgpucbf (pyproject.toml)
1010
# aiomonitor
@@ -185,6 +185,7 @@ trafaret==2.1.1
185185
# via aiomonitor
186186
typing-extensions==4.15.0
187187
# via
188+
# aiohttp
188189
# aiokatcp
189190
# aiomonitor
190191
# aiosignal

0 commit comments

Comments
 (0)