Skip to content

Commit 19508d7

Browse files
authored
control-service: resolve dependabot alert (#2751)
https://github.com/vmware/versatile-data-kit/security/dependabot/23 It alserts on using old version of urllib3. So updating it.
1 parent a208598 commit 19508d7

File tree

1 file changed

+1
-1
lines changed
  • projects/control-service/projects/pipelines_control_service/src/test/resources/filter-job

1 file changed

+1
-1
lines changed

projects/control-service/projects/pipelines_control_service/src/test/resources/filter-job/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# See https://pip.readthedocs.io/en/stable/user_guide/#requirements-files
33
# The file is optional and can be deleted if no extra library dependencies are necessary.
44
requests
5-
urllib3==1.26.7
5+
urllib3

0 commit comments

Comments
 (0)