Skip to content

Commit c7fb453

Browse files
Merge branch 'main' into dependabot/pip/aiohttp-gte-3.14.3-and-lt-4
2 parents 97385bd + d3b58fb commit c7fb453

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

requirements/optional.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ boto3<=2
2626
# InstallationStore/OAuthStateStore
2727
# Since v3.20, we no longer support SQLAlchemy 1.3 or older.
2828
# If you need to use a legacy version, please add our v3.19.5 code to your project.
29-
SQLAlchemy>=2.0.49,<3
29+
SQLAlchemy>=2.0.51,<3
3030

3131
# websockets
32-
# Note: websockets 9 is not compatible with Python 3.10; floor at 9.1.
33-
websockets>=9.1,<16
32+
websockets>=9.1,<12; python_version == "3.7"
33+
websockets>=9.1,<14; python_version == "3.8"
34+
websockets>=9.1,<16; python_version == "3.9"
35+
websockets>=16.1.1,<17; python_version >= "3.10"
3436

3537
# websocket-client
3638
websocket-client>=1,<2

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pytest-asyncio<2
1717

1818
# pytest-timeout
1919
# Note: per-test timeout so a hung test fails fast with a thread dump instead of stalling CI.
20-
pytest-timeout>=2.2,<3
20+
pytest-timeout>=2.4.0,<3
2121

2222
# pytest-cov
2323
# Note: pytest-cov 7.1+ requires Python >=3.9; cap older interpreters below it.

0 commit comments

Comments
 (0)