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 3235769 commit 9a9a236Copy full SHA for 9a9a236
requirements.txt
@@ -1,7 +1,7 @@
1
argcomplete>=3.0.8
2
-asciistuff>=1.3.0
3
-bitstring>3
4
-codext>=1.15.0
+asciistuff>=1.3.1
+bitstring==4.0.2
+codext>=1.15.4
5
coloredlogs
6
colorful
7
dateparser>=1.1.8
@@ -15,7 +15,7 @@ netaddr
15
netifaces
16
patchy
17
pathlib2
18
-pip>=23.0
+pip>=24.0
19
plyer>=2.0.0
20
pygments>=2.8.1
21
pyminizip
@@ -27,12 +27,13 @@ python-slugify
27
pyyaml>=5.3.1
28
requests
29
rich
30
-setuptools>=65.5.1
+setuptools>=70.2.0
31
terminaltables
32
toml
33
tqdm
34
-virtualenv>=20.8.1
+virtualenv>=20.26.3
35
weasyprint
36
xmltodict
37
# Snyk false alarms
38
pillow>=10.2.0 # solved with asciistuff>=1.3.0
39
+zipp>=3.19.1
0 commit comments