Skip to content

Commit 78f9d96

Browse files
committed
chore(security): bump vulnerable dependencies
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 10fdf34 commit 78f9d96

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

requirements-dev.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ babel==2.18.0
99
backcall==0.2.0
1010
beautifulsoup4==4.13.0
1111
binaryornot==0.4.4
12-
black==22.3.0
12+
black==24.3.0
1313
boolean.py==4.0
1414
certifi==2024.7.4
15-
cffi==1.15.0
15+
cffi==2.0.0
1616
chardet==4.0.0
1717
charset-normalizer==2.0.12
1818
click==8.3.0
1919
colorama==0.4.6
2020
commoncode==32.4.2
2121
crispy-bootstrap4==2024.1
2222
crontab==1.0.5
23-
cryptography==44.0.1
23+
cryptography==46.0.5
2424
cvss==3.6
2525
cwe2==3.0.0
2626
dateparser==1.3.0
@@ -55,7 +55,7 @@ h11==0.16.0
5555
html5lib==1.1
5656
htmllistparse==0.6.1
5757
id==1.5.0
58-
idna==3.3
58+
idna==3.7
5959
imagesize==2.0.0
6060
importlib_resources==6.5.2
6161
inflection==0.5.1
@@ -108,10 +108,10 @@ python-dotenv==0.20.0
108108
pytz==2024.2
109109
PyYAML==6.0.1
110110
readme_renderer==43.0
111-
redis==5.0.1
111+
redis==6.2.0
112112
referencing==0.36.0
113113
regex==2026.2.28
114-
requests==2.32.0
114+
requests==2.32.4
115115
requests-toolbelt==1.0.0
116116
restructuredtext_lint==2.0.2
117117
rfc3986==2.0.0
@@ -139,9 +139,9 @@ sphinxcontrib-htmlhelp==2.1.0
139139
sphinxcontrib-jsmath==1.0.1
140140
sphinxcontrib-qthelp==2.0.0
141141
sphinxcontrib-serializinghtml==2.0.0
142-
sqlparse==0.5.0
142+
sqlparse==0.5.4
143143
stack-data==0.6.3
144-
starlette==0.47.0
144+
starlette==0.49.1
145145
stevedore==5.7.0
146146
text-unidecode==1.3
147147
texttable==1.6.4
@@ -151,11 +151,11 @@ traitlets==5.14.3
151151
twine==6.2.0
152152
typecode==30.2.0
153153
typecode-libmagic==5.39.210531
154-
typing_extensions==4.1.1
154+
typing_extensions==4.13.0
155155
tzlocal==5.3.1
156156
univers==30.12.0
157157
uritemplate==4.2.0
158-
urllib3==1.26.19
158+
urllib3==2.6.3
159159
uvicorn==0.42.0
160160
watchfiles==1.1.1
161161
wcwidth==0.6.0

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ beautifulsoup4==4.13.0
66
binaryornot==0.4.4
77
boolean.py==4.0
88
certifi==2024.7.4
9-
cffi==1.15.0
9+
cffi==2.0.0
1010
chardet==4.0.0
1111
charset-normalizer==2.0.12
1212
click==8.3.0
1313
commoncode==32.4.2
1414
crispy-bootstrap4==2024.1
1515
crontab==1.0.5
16-
cryptography==44.0.1
16+
cryptography==46.0.5
1717
cvss==3.6
1818
cwe2==3.0.0
1919
dateparser==1.3.0
@@ -40,7 +40,7 @@ GitPython==3.1.41
4040
gunicorn==23.0.0
4141
html5lib==1.1
4242
htmllistparse==0.6.1
43-
idna==3.3
43+
idna==3.7
4444
importlib_resources==6.5.2
4545
inflection==0.5.1
4646
jsonschema==4.21.0
@@ -59,10 +59,10 @@ python-dateutil==2.8.2
5959
python-dotenv==0.20.0
6060
pytz==2024.2
6161
PyYAML==6.0.1
62-
redis==5.0.1
62+
redis==6.2.0
6363
referencing==0.36.0
6464
regex==2026.2.28
65-
requests==2.32.0
65+
requests==2.32.4
6666
rpds-py==0.30.0
6767
rq==1.15.1
6868
rq-scheduler==0.13.1
@@ -72,15 +72,15 @@ semver==3.0.4
7272
six==1.16.0
7373
smmap==5.0.0
7474
soupsieve==2.3.2
75-
sqlparse==0.5.0
75+
sqlparse==0.5.4
7676
text-unidecode==1.3
7777
texttable==1.6.4
7878
toml==0.10.2
7979
typecode==30.2.0
8080
typecode-libmagic==5.39.210531
81-
typing_extensions==4.1.1
81+
typing_extensions==4.13.0
8282
tzlocal==5.3.1
8383
univers==30.12.0
8484
uritemplate==4.2.0
85-
urllib3==1.26.19
85+
urllib3==2.6.3
8686
webencodings==0.5.1

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ install_requires =
9090

9191
# networking
9292
GitPython==3.1.41
93-
requests==2.32.0
93+
requests==2.32.4
9494
fetchcode==0.8.2
9595

9696
#pipeline
@@ -111,7 +111,7 @@ install_requires =
111111
dev =
112112
# Validation
113113
pycodestyle==2.8.0
114-
black==22.3.0
114+
black==24.3.0
115115
isort==5.10.1
116116
doc8==0.11.1
117117
# Documentation

0 commit comments

Comments
 (0)