We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa5f77 commit fdba3e7Copy full SHA for fdba3e7
constraints-oldest.txt
@@ -5,6 +5,7 @@
5
# versions in `setup.cfg`.
6
black==22.3.0
7
darkgraylib==2.2.0
8
+blue==0.8.0
9
defusedxml==0.7.1
10
flake8-2020==1.6.1
11
flake8-bugbear==22.1.11
setup.cfg
@@ -54,6 +54,8 @@ console_scripts =
54
[options.extras_require]
55
black =
56
black>=22.3.0
57
+blue =
58
+ blue>=0.8.0
59
flynt =
60
flynt>=0.76
61
isort =
@@ -65,6 +67,7 @@ pyupgrade =
65
67
test =
66
68
# NOTE: remember to keep `constraints-oldest.txt` in sync with these
69
70
71
cryptography>=3.3.2 # through twine, fixes CVE-2020-36242
72
defusedxml>=0.7.1
73
0 commit comments