-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use types-redis<4, drop cryptography and other dev dependencies
We're still using redis==3.3.11, so we should be pulling in those type stubs and not the ones for v4. Coincidentally, those stubs also happen to not have dependencies on cryptography and types-pyOpenSSL, which is very nice. Refs <GHSA-jm77-qphf-c4w8>.
- Loading branch information
Showing
2 changed files
with
4 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ flake8 | |
pip-tools | ||
|
||
mypy | ||
types-redis | ||
types-redis<4 | ||
types-setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters