Skip to content

Commit 44dc2b8

Browse files
Upgrade packages in requirements.txt to support python 3.12.
1 parent 8639477 commit 44dc2b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

-2 Bytes
Binary file not shown.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"bfxapi.rest._interfaces",
4242
],
4343
install_requires=[
44-
"pyee~=9.0.4",
45-
"websockets~=11.0.3",
46-
"requests~=2.31.0",
44+
"pyee~=11.1.0",
45+
"websockets~=12.0",
46+
"requests~=2.32.3",
4747
"types-requests~=2.31.0.10",
4848
"types-urllib3~=1.26.25.14",
4949
],

0 commit comments

Comments
 (0)