We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889996a commit 3e22e61Copy full SHA for 3e22e61
setup.py
@@ -28,7 +28,7 @@
28
],
29
extras_require={
30
"detect_mimetype": ["python-magic>=0.4.15,<0.5"],
31
- "lint": ["black~=23.1", "isort"],
+ "lint": ["black~=24.1", "isort"],
32
"test": ["pytest", "pytest-asyncio", *test_dependencies],
33
"encryption": encryption_dependencies,
34
},
0 commit comments