Skip to content

Commit

Permalink
Simplify dependencies for dependabot (#1484)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin committed Mar 15, 2024
1 parent b7a2323 commit 2ea061e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions requirements/optional.txt
Expand Up @@ -12,6 +12,5 @@ boto3<=2
SQLAlchemy>=1.4,<3
# Socket Mode
# websockets 9 is not compatible with Python 3.10
websockets>=9.1,<10; python_version=="3.6"
websockets>=10,<13; python_version>"3.6"
websockets>=9.1,<13
websocket-client>=1,<2
4 changes: 1 addition & 3 deletions requirements/testing.txt
Expand Up @@ -15,6 +15,4 @@ psutil>=5,<6
# used only under slack_sdk/*_store
boto3<=2
# For AWS tests
moto==4.0.13; python_version=="3.6"
moto<5; python_version=="3.7"
moto<6
moto>=4.0.13,<6

0 comments on commit 2ea061e

Please sign in to comment.