Skip to content

Commit a18c8b4

Browse files
github-actions[bot]afabiani
authored andcommitted
[Fixes GeoNode#10066][Depencendies] Security audit and checks (GeoNode#10067) (GeoNode#10072)
* [Fixes GeoNode#10066][Depencendies] Security audit and checks * -SNYK security fix Co-authored-by: Alessio Fabiani <[email protected]>
1 parent 90af9da commit a18c8b4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

requirements.txt

+5
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,8 @@ flaky==3.7.0
164164
selenium>=4.1.0,<5.0.0
165165
selenium-requests==2.0.0
166166
webdriver_manager==3.8.3
167+
168+
# Security and audit
169+
mistune==2.0.3
170+
protobuf==4.21.6
171+
mako==1.2.3

setup.cfg

+5
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ install_requires =
191191
selenium-requests==2.0.0
192192
webdriver_manager==3.8.3
193193

194+
# Security and audit
195+
mistune==2.0.3
196+
protobuf==4.21.6
197+
mako==1.2.3
198+
194199
[options.packages.find]
195200
exclude = tests
196201

0 commit comments

Comments
 (0)