File tree Expand file tree Collapse file tree 3 files changed +20
-20
lines changed
Expand file tree Collapse file tree 3 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,18 @@ babel==2.18.0
99backcall == 0.2.0
1010beautifulsoup4 == 4.13.0
1111binaryornot == 0.4.4
12- black == 22 .3.0
12+ black == 24 .3.0
1313boolean.py == 4.0
1414certifi == 2024.7.4
15- cffi == 1.15 .0
15+ cffi == 2.0 .0
1616chardet == 4.0.0
1717charset-normalizer == 2.0.12
1818click == 8.3.0
1919colorama == 0.4.6
2020commoncode == 32.4.2
2121crispy-bootstrap4 == 2024.1
2222crontab == 1.0.5
23- cryptography == 44 .0.1
23+ cryptography == 46 .0.5
2424cvss == 3.6
2525cwe2 == 3.0.0
2626dateparser == 1.3.0
@@ -55,7 +55,7 @@ h11==0.16.0
5555html5lib == 1.1
5656htmllistparse == 0.6.1
5757id == 1.5.0
58- idna == 3.3
58+ idna == 3.7
5959imagesize == 2.0.0
6060importlib_resources == 6.5.2
6161inflection == 0.5.1
@@ -108,10 +108,10 @@ python-dotenv==0.20.0
108108pytz == 2024.2
109109PyYAML == 6.0.1
110110readme_renderer == 43.0
111- redis == 5.0.1
111+ redis == 6.2.0
112112referencing == 0.36.0
113113regex == 2026.2.28
114- requests == 2.32.0
114+ requests == 2.32.4
115115requests-toolbelt == 1.0.0
116116restructuredtext_lint == 2.0.2
117117rfc3986 == 2.0.0
@@ -139,9 +139,9 @@ sphinxcontrib-htmlhelp==2.1.0
139139sphinxcontrib-jsmath == 1.0.1
140140sphinxcontrib-qthelp == 2.0.0
141141sphinxcontrib-serializinghtml == 2.0.0
142- sqlparse == 0.5.0
142+ sqlparse == 0.5.4
143143stack-data == 0.6.3
144- starlette == 0.47.0
144+ starlette == 0.49.1
145145stevedore == 5.7.0
146146text-unidecode == 1.3
147147texttable == 1.6.4
@@ -151,11 +151,11 @@ traitlets==5.14.3
151151twine == 6.2.0
152152typecode == 30.2.0
153153typecode-libmagic == 5.39.210531
154- typing_extensions == 4.1.1
154+ typing_extensions == 4.13.0
155155tzlocal == 5.3.1
156156univers == 30.12.0
157157uritemplate == 4.2.0
158- urllib3 == 1.26.19
158+ urllib3 == 2.6.3
159159uvicorn == 0.42.0
160160watchfiles == 1.1.1
161161wcwidth == 0.6.0
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ beautifulsoup4==4.13.0
66binaryornot == 0.4.4
77boolean.py == 4.0
88certifi == 2024.7.4
9- cffi == 1.15 .0
9+ cffi == 2.0 .0
1010chardet == 4.0.0
1111charset-normalizer == 2.0.12
1212click == 8.3.0
1313commoncode == 32.4.2
1414crispy-bootstrap4 == 2024.1
1515crontab == 1.0.5
16- cryptography == 44 .0.1
16+ cryptography == 46 .0.5
1717cvss == 3.6
1818cwe2 == 3.0.0
1919dateparser == 1.3.0
@@ -40,7 +40,7 @@ GitPython==3.1.41
4040gunicorn == 23.0.0
4141html5lib == 1.1
4242htmllistparse == 0.6.1
43- idna == 3.3
43+ idna == 3.7
4444importlib_resources == 6.5.2
4545inflection == 0.5.1
4646jsonschema == 4.21.0
@@ -59,10 +59,10 @@ python-dateutil==2.8.2
5959python-dotenv == 0.20.0
6060pytz == 2024.2
6161PyYAML == 6.0.1
62- redis == 5.0.1
62+ redis == 6.2.0
6363referencing == 0.36.0
6464regex == 2026.2.28
65- requests == 2.32.0
65+ requests == 2.32.4
6666rpds-py == 0.30.0
6767rq == 1.15.1
6868rq-scheduler == 0.13.1
@@ -72,15 +72,15 @@ semver==3.0.4
7272six == 1.16.0
7373smmap == 5.0.0
7474soupsieve == 2.3.2
75- sqlparse == 0.5.0
75+ sqlparse == 0.5.4
7676text-unidecode == 1.3
7777texttable == 1.6.4
7878toml == 0.10.2
7979typecode == 30.2.0
8080typecode-libmagic == 5.39.210531
81- typing_extensions == 4.1.1
81+ typing_extensions == 4.13.0
8282tzlocal == 5.3.1
8383univers == 30.12.0
8484uritemplate == 4.2.0
85- urllib3 == 1.26.19
85+ urllib3 == 2.6.3
8686webencodings == 0.5.1
Original file line number Diff line number Diff 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 =
111111dev =
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
You can’t perform that action at this time.
0 commit comments