Skip to content

Commit 2ea061e

Browse files
Simplify dependencies for dependabot (#1484)
1 parent b7a2323 commit 2ea061e

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

requirements/optional.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ boto3<=2
1212
SQLAlchemy>=1.4,<3
1313
# Socket Mode
1414
# websockets 9 is not compatible with Python 3.10
15-
websockets>=9.1,<10; python_version=="3.6"
16-
websockets>=10,<13; python_version>"3.6"
15+
websockets>=9.1,<13
1716
websocket-client>=1,<2

requirements/testing.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ psutil>=5,<6
1515
# used only under slack_sdk/*_store
1616
boto3<=2
1717
# For AWS tests
18-
moto==4.0.13; python_version=="3.6"
19-
moto<5; python_version=="3.7"
20-
moto<6
18+
moto>=4.0.13,<6

0 commit comments

Comments
 (0)