Skip to content

Commit ac9c572

Browse files
committed
Upgrade dependencies
Package changes: - aiohttp: 3.8.1 to 3.12.14 - frozenlist: 1.3.1 to 1.7.0 - pytest: 7.1.2 to 8.4.1 - pytest-asyncio: 0.19.0 to 1.1.0
1 parent fd79139 commit ac9c572

2 files changed

Lines changed: 32 additions & 19 deletions

File tree

requirements.in

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# base
22
requests>=2.18.4
33
cachetools==4.2.0
4-
aiohttp>=3.0.0,<=4
4+
aiohttp>=3.12.14,<=4
5+
frozenlist>=1.7.0
56

67
# dev
7-
pytest==7.1.2
8-
pytest-asyncio==0.19.0
8+
pytest==8.4.1
9+
pytest-asyncio==1.1.0
910
pip-tools==6.8.0
1011
black==22.6.0

requirements.txt

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.10
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.10
3+
# by the following command:
44
#
55
# pip-compile --no-emit-index-url --no-emit-trusted-host
66
#
7-
aiohttp==3.8.1
7+
aiohappyeyeballs==2.6.1
8+
# via aiohttp
9+
aiohttp==3.12.14
810
# via -r requirements.in
9-
aiosignal==1.2.0
11+
aiosignal==1.4.0
1012
# via aiohttp
1113
async-timeout==4.0.2
1214
# via aiohttp
1315
attrs==22.1.0
14-
# via
15-
# aiohttp
16-
# pytest
16+
# via aiohttp
17+
backports-asyncio-runner==1.2.0
18+
# via pytest-asyncio
1719
black==22.6.0
1820
# via -r requirements.in
1921
build==0.8.0
@@ -23,15 +25,16 @@ cachetools==4.2.0
2325
certifi==2022.6.15
2426
# via requests
2527
charset-normalizer==2.1.1
26-
# via
27-
# aiohttp
28-
# requests
28+
# via requests
2929
click==8.1.3
3030
# via
3131
# black
3232
# pip-tools
33-
frozenlist==1.3.1
33+
exceptiongroup==1.3.0
34+
# via pytest
35+
frozenlist==1.7.0
3436
# via
37+
# -r requirements.in
3538
# aiohttp
3639
# aiosignal
3740
idna==3.3
@@ -58,30 +61,39 @@ pip-tools==6.8.0
5861
# via -r requirements.in
5962
platformdirs==2.5.2
6063
# via black
61-
pluggy==1.0.0
64+
pluggy==1.6.0
6265
# via pytest
63-
py==1.11.0
66+
propcache==0.3.2
67+
# via
68+
# aiohttp
69+
# yarl
70+
pygments==2.19.2
6471
# via pytest
6572
pyparsing==3.0.9
6673
# via packaging
67-
pytest==7.1.2
74+
pytest==8.4.1
6875
# via
6976
# -r requirements.in
7077
# pytest-asyncio
71-
pytest-asyncio==0.19.0
78+
pytest-asyncio==1.1.0
7279
# via -r requirements.in
7380
requests==2.28.1
7481
# via -r requirements.in
7582
tomli==2.0.1
7683
# via
7784
# black
7885
# build
86+
# pep517
7987
# pytest
88+
typing-extensions==4.14.1
89+
# via
90+
# aiosignal
91+
# exceptiongroup
8092
urllib3==1.26.11
8193
# via requests
8294
wheel==0.37.1
8395
# via pip-tools
84-
yarl==1.8.1
96+
yarl==1.20.1
8597
# via aiohttp
8698

8799
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)