Skip to content

Commit 91cb47e

Browse files
committed
Pin dependencies
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 74172c4 commit 91cb47e

File tree

4 files changed

+249
-125
lines changed

4 files changed

+249
-125
lines changed

pyproject-aboutcode.federated.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ classifiers = [
3434
]
3535

3636
dependencies = [
37-
"packageurl_python >= 0.15.6",
38-
"saneyaml",
39-
"requests",
40-
"uritemplate",
37+
"packageurl_python == 0.15.6",
38+
"saneyaml == 0.6.0",
39+
"requests == 2.25.1",
40+
"uritemplate == 4.2.0",
4141
]
4242

4343
urls = { Homepage = "https://github.com/aboutcode-org/vulnerablecode" }

requirements-dev.txt

Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
aboutcode.pipeline==0.1.0
2+
alabaster==0.7.16
3+
altcha==1.0.0
4+
anyio==4.6.2.post1
5+
asgiref==3.8.1
6+
asttokens==3.0.1
7+
attrs==23.2.0
8+
babel==2.18.0
9+
backcall==0.2.0
10+
beautifulsoup4==4.13.0
11+
binaryornot==0.4.4
12+
black==22.3.0
13+
boolean.py==4.0
14+
certifi==2024.7.4
15+
cffi==1.15.0
16+
chardet==4.0.0
17+
charset-normalizer==2.0.12
18+
click==8.3.0
19+
colorama==0.4.6
20+
commoncode==32.4.2
21+
crispy-bootstrap4==2024.1
22+
crontab==1.0.5
23+
cryptography==44.0.1
24+
cvss==3.6
25+
cwe2==3.0.0
26+
dateparser==1.3.0
27+
decorator==5.2.1
28+
defusedxml==0.7.1
29+
Django==5.2.11
30+
django-altcha==0.2.0
31+
django-crispy-forms==2.3
32+
django-debug-toolbar==6.2.0
33+
django-environ==0.11.2
34+
django-extensions==3.2.3
35+
django-filter==24.3
36+
django-rq==2.10.1
37+
django-widget-tweaks==1.5.0
38+
djangorestframework==3.15.2
39+
doc8==0.11.1
40+
docutils==0.17.1
41+
drf-spectacular==0.24.2
42+
drf-spectacular-sidecar==2022.10.1
43+
executing==2.2.1
44+
extractcode==31.0.0
45+
extractcode-7z==16.5.210531
46+
extractcode-libarchive==3.5.1.210531
47+
fetchcode==0.8.2
48+
flot==0.7.3
49+
freezegun==1.2.1
50+
fusepy==3.0.1
51+
gitdb==4.0.9
52+
GitPython==3.1.41
53+
gunicorn==23.0.0
54+
h11==0.16.0
55+
html5lib==1.1
56+
htmllistparse==0.6.1
57+
id==1.5.0
58+
idna==3.3
59+
imagesize==2.0.0
60+
importlib_resources==6.5.2
61+
inflection==0.5.1
62+
iniconfig==2.3.0
63+
ipython==8.10.0
64+
isort==5.10.1
65+
jaraco.classes==3.4.0
66+
jaraco.context==6.1.2
67+
jaraco.functools==4.4.0
68+
jedi==0.19.2
69+
jeepney==0.9.0
70+
Jinja2==3.1.6
71+
jsonschema==4.21.0
72+
jsonschema-specifications==2025.9.1
73+
keyring==25.7.0
74+
license-expression==30.3.1
75+
lxml==6.0.2
76+
Markdown==3.5
77+
markdown-it-py==4.0.0
78+
MarkupSafe==3.0.3
79+
matplotlib-inline==0.2.1
80+
mdurl==0.1.2
81+
more-itertools==10.8.0
82+
mypy_extensions==1.1.0
83+
nh3==0.3.4
84+
packageurl-python==0.17.6
85+
packaging==24.0
86+
parso==0.8.6
87+
pathspec==1.0.4
88+
pdfminer.six==20260107
89+
pexpect==4.9.0
90+
pickleshare==0.7.5
91+
platformdirs==4.9.4
92+
pluggy==1.0.0
93+
plugincode==32.0.0
94+
pprintpp==0.4.0
95+
prompt_toolkit==3.0.52
96+
psycopg2-binary==2.9.11
97+
ptyprocess==0.7.0
98+
pure_eval==0.2.3
99+
py==1.11.0
100+
pycodestyle==2.8.0
101+
pycparser==2.21
102+
Pygments==2.19.2
103+
pyinstrument==5.1.2
104+
pytest==7.1.1
105+
pytest-django==4.5.2
106+
python-dateutil==2.8.2
107+
python-dotenv==0.20.0
108+
pytz==2024.2
109+
PyYAML==6.0.1
110+
readme_renderer==43.0
111+
redis==5.0.1
112+
referencing==0.36.0
113+
regex==2026.2.28
114+
requests==2.32.0
115+
requests-toolbelt==1.0.0
116+
restructuredtext_lint==2.0.2
117+
rfc3986==2.0.0
118+
rich==14.3.3
119+
rpds-py==0.30.0
120+
rq==1.15.1
121+
rq-scheduler==0.13.1
122+
saneyaml==0.6.0
123+
SecretStorage==3.5.0
124+
semantic-version==2.9.0
125+
semver==3.0.4
126+
setuptools==82.0.1
127+
six==1.16.0
128+
smmap==5.0.0
129+
sniffio==1.3.1
130+
snowballstemmer==3.0.1
131+
soupsieve==2.3.2
132+
Sphinx==4.5.0
133+
sphinx-autobuild==2024.10.3
134+
sphinx-rtd-theme==1.0.0
135+
sphinxcontrib-applehelp==2.0.0
136+
sphinxcontrib-devhelp==2.0.0
137+
sphinxcontrib-django2==1.5
138+
sphinxcontrib-htmlhelp==2.1.0
139+
sphinxcontrib-jsmath==1.0.1
140+
sphinxcontrib-qthelp==2.0.0
141+
sphinxcontrib-serializinghtml==2.0.0
142+
sqlparse==0.5.0
143+
stack-data==0.6.3
144+
starlette==0.47.0
145+
stevedore==5.7.0
146+
text-unidecode==1.3
147+
texttable==1.6.4
148+
toml==0.10.2
149+
tomli==2.4.0
150+
traitlets==5.14.3
151+
twine==6.2.0
152+
typecode==30.2.0
153+
typecode-libmagic==5.39.210531
154+
typing_extensions==4.1.1
155+
tzlocal==5.3.1
156+
univers==30.12.0
157+
uritemplate==4.2.0
158+
urllib3==1.26.19
159+
uvicorn==0.42.0
160+
watchfiles==1.1.1
161+
wcwidth==0.6.0
162+
webencodings==0.5.1
163+
websockets==16.0
164+
wheel==0.46.3

requirements.txt

Lines changed: 33 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,126 +1,86 @@
11
aboutcode.pipeline==0.1.0
2-
aiosignal==1.2.0
3-
alabaster==0.7.12
2+
altcha==1.0.0
43
asgiref==3.8.1
5-
asttokens==2.0.5
6-
async-timeout==4.0.2
74
attrs==23.2.0
8-
Babel==2.9.1
9-
backcall==0.2.0
10-
bcrypt==3.2.0
11-
beautifulsoup4==4.10.0
5+
beautifulsoup4==4.13.0
126
binaryornot==0.4.4
13-
black==22.3.0
14-
bleach==6.1.0
157
boolean.py==4.0
168
certifi==2024.7.4
179
cffi==1.15.0
1810
chardet==4.0.0
1911
charset-normalizer==2.0.12
20-
click==8.1.2
21-
coreapi==2.3.3
22-
coreschema==0.0.4
23-
cryptography==44.0.1
12+
click==8.3.0
13+
commoncode==32.4.2
2414
crispy-bootstrap4==2024.1
15+
crontab==1.0.5
16+
cryptography==44.0.1
17+
cvss==3.6
2518
cwe2==3.0.0
2619
dateparser==1.3.0
27-
decorator==5.1.1
2820
defusedxml==0.7.1
29-
distro==1.7.0
3021
Django==5.2.11
3122
django-altcha==0.2.0
3223
django-crispy-forms==2.3
3324
django-environ==0.11.2
25+
django-extensions==3.2.3
3426
django-filter==24.3
27+
django-rq==2.10.1
3528
django-widget-tweaks==1.5.0
3629
djangorestframework==3.15.2
37-
doc8==0.11.1
38-
docopt==0.6.2
39-
docutils==0.17.1
4030
drf-spectacular==0.24.2
4131
drf-spectacular-sidecar==2022.10.1
42-
executing==0.8.3
32+
extractcode==31.0.0
33+
extractcode-7z==16.5.210531
34+
extractcode-libarchive==3.5.1.210531
4335
fetchcode==0.8.2
4436
freezegun==1.2.1
45-
frozenlist==1.3.0
37+
fusepy==3.0.1
4638
gitdb==4.0.9
4739
GitPython==3.1.41
4840
gunicorn==23.0.0
41+
html5lib==1.1
42+
htmllistparse==0.6.1
4943
idna==3.3
50-
imagesize==1.3.0
51-
iniconfig==1.1.1
52-
ipython==8.10.0
53-
isort==5.10.1
54-
itypes==1.2.0
55-
jedi==0.18.1
56-
Jinja2==3.1.6
44+
importlib_resources==6.5.2
45+
inflection==0.5.1
5746
jsonschema==4.21.0
47+
jsonschema-specifications==2025.9.1
5848
license-expression==30.3.1
5949
lxml==6.0.2
60-
Markdown==3.5.0
61-
MarkupSafe==2.1.1
62-
matplotlib-inline==0.1.3
63-
multidict==6.0.2
64-
mypy-extensions==0.4.3
50+
Markdown==3.5
6551
packageurl-python==0.17.6
66-
packaging==23.2
67-
paramiko==3.4.0
68-
parso==0.8.3
69-
pathspec==0.9.0
70-
pbr==5.8.1
71-
pexpect==4.8.0
72-
pickleshare==0.7.5
73-
platformdirs==2.5.1
52+
packaging==24.0
53+
pdfminer.six==20260107
7454
pluggy==1.0.0
75-
pprintpp==0.4.0
76-
prompt-toolkit==3.0.30
55+
plugincode==32.0.0
7756
psycopg2-binary==2.9.11
78-
ptyprocess==0.7.0
79-
pure-eval==0.2.2
80-
py==1.11.0
81-
pycodestyle==2.8.0
8257
pycparser==2.21
83-
Pygments==2.15.0
84-
PyNaCl==1.5.0
85-
pyparsing==3.0.7
86-
pyrsistent==0.18.1
87-
pytest==7.1.1
88-
pytest-django==4.5.2
8958
python-dateutil==2.8.2
9059
python-dotenv==0.20.0
9160
pytz==2024.2
9261
PyYAML==6.0.1
9362
redis==5.0.1
63+
referencing==0.36.0
64+
regex==2026.2.28
9465
requests==2.32.0
95-
restructuredtext-lint==1.4.0
66+
rpds-py==0.30.0
9667
rq==1.15.1
68+
rq-scheduler==0.13.1
9769
saneyaml==0.6.0
9870
semantic-version==2.9.0
71+
semver==3.0.4
9972
six==1.16.0
10073
smmap==5.0.0
101-
snowballstemmer==2.2.0
10274
soupsieve==2.3.2
103-
Sphinx==4.5.0
104-
sphinxcontrib-applehelp==1.0.2
105-
sphinx-autobuild==2024.10.3
106-
sphinxcontrib-devhelp==1.0.2
107-
sphinxcontrib-django2==1.5
108-
sphinxcontrib-htmlhelp==2.0.0
109-
sphinxcontrib-jsmath==1.0.1
110-
sphinxcontrib-qthelp==1.0.3
111-
sphinxcontrib-serializinghtml==1.1.5
112-
sphinx-rtd-theme==1.0.0
11375
sqlparse==0.5.0
114-
stack-data==0.2.0
115-
stevedore==3.5.0
76+
text-unidecode==1.3
11677
texttable==1.6.4
11778
toml==0.10.2
118-
tomli==2.0.1
119-
traitlets==5.1.1
79+
typecode==30.2.0
80+
typecode-libmagic==5.39.210531
12081
typing_extensions==4.1.1
82+
tzlocal==5.3.1
12183
univers==30.12.0
84+
uritemplate==4.2.0
12285
urllib3==1.26.19
123-
wcwidth==0.2.5
124-
websocket-client==0.59.0
125-
yarl==1.7.2
126-
zipp==3.19.1
86+
webencodings==0.5.1

0 commit comments

Comments
 (0)