Skip to content

Commit d7dd9b2

Browse files
committed
chore: dependabot fixes for werkzeug and aiohttp
1 parent 4227c9b commit d7dd9b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/install/requirements_frontend.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ virtualenv~=20.31.2
2222
nodeenv~=1.9.1
2323

2424
# must be below dependent packages (flask, flask-login, flask-restx)
25-
werkzeug~=3.1.3
25+
werkzeug~=3.1.5
2626

2727
# Used for username validation by flask-security
2828
bleach~=6.2.0

src/install/requirements_pre_install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python-magic==0.4.27
77
requests==2.32.4
88
# Needed by config.py
99
pydantic==2.10.6
10-
werkzeug~=3.0.6
10+
werkzeug~=3.1.5
1111
toml==0.10.2
1212
# needed during installation of cve_lookup plugin
1313
ijson==3.4.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
git+https://github.com/fkie-cad/common_analysis_ip_and_uri.git
22
geoip2==4.7.0
33
# dependency of geoip2 for python >= 3.12
4-
aiohttp~=3.12.14
4+
aiohttp~=3.13.3

0 commit comments

Comments
 (0)