Skip to content

Commit

Permalink
Update requirements versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonabreul committed May 7, 2024
1 parent bb7a877 commit c346bc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-e .

wheel
pytest==7.1.2
pyfakefs==5.4.1
responses==0.21.0
pytest>=7.1.2,<8
pyfakefs>=5.4.1,<6
responses~=0.21
lxml-stubs==0.4.0
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ def get_stubs_version_range() -> str:
"lxml>=4.9.0",
"maskpass>=0.3.6",
"joblib>=1.1.0",
"wrapt~=1.14.1",
"setuptools",
f"quantconnect-stubs{get_stubs_version_range()}",
"cryptography~=41.0.4"
"cryptography>=42.0.4,<43.0.0",
]

setup(
Expand Down

0 comments on commit c346bc4

Please sign in to comment.