Skip to content

Commit 76d8c6f

Browse files
chore(deps): update aiohttp requirement from <4,>=3.7.3 to >=3.13.5,<4 (#1867)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Bergamin <wbergamin@slack-corp.com> Co-authored-by: William Bergamin <wbergamin@salesforce.com>
1 parent 4f7eeee commit 76d8c6f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

requirements/optional.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
aiodns>1.0
44
# We recommend using 3.7.1+ for RTMClient
55
# https://github.com/slackapi/python-slack-sdk/issues/912
6-
aiohttp>=3.7.3,<4
6+
aiohttp>=3.7.3,<3.9; python_version == "3.7"
7+
aiohttp>=3.7.3,<3.11; python_version == "3.8"
8+
aiohttp>=3.13.5,<4; python_version >= "3.9"
79
# used only under slack_sdk/*_store
810
boto3<=2
911
# InstallationStore/OAuthStateStore

requirements/testing.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# pip install -r requirements/testing.txt
2-
aiohttp<4 # used for a WebSocket server mock
2+
aiohttp<3.9; python_version == "3.7" # used for a WebSocket server mock
3+
aiohttp<3.11; python_version == "3.8" # used for a WebSocket server mock
4+
aiohttp<4; python_version >= "3.9" # used for a WebSocket server mock
35
pytest>=7.0.1,<9
46
pytest-asyncio<2 # for async
57
pytest-cov>=2,<8

0 commit comments

Comments
 (0)