Skip to content

Commit c30c6c7

Browse files
build: bump aiohttp from 3.13.5 to 3.14.0 in /src/backend
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf9162d commit c30c6c7

3 files changed

Lines changed: 107 additions & 91 deletions

File tree

src/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"urllib3==2.7.0",
3636
"protobuf==6.33.6",
3737
"cryptography==47.0.0",
38-
"aiohttp==3.13.5",
38+
"aiohttp==3.14.0",
3939
"pyasn1==0.6.3",
4040
"nltk==3.9.4",
4141
]

src/backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pexpect==4.9.0
3131
urllib3==2.7.0
3232
protobuf==6.33.6
3333
cryptography==47.0.0
34-
aiohttp==3.13.5
34+
aiohttp==3.14.0
3535
pyasn1==0.6.3
3636
nltk==3.9.4
3737

0 commit comments

Comments
 (0)