Skip to content

Commit

Permalink
Fix dependabot issues #42, #43 (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
keliramu authored Apr 15, 2024
2 parents d05c710 + 79d8e83 commit 6d64ec8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/docker/tester/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ black==24.3.0
certifi>=2022.12.07
chardet==4.0.0
click==8.0.3
idna==2.10
idna==3.7
iniconfig==1.1.1
isort==5.9.3
jedi==0.17.2
Expand Down Expand Up @@ -40,5 +40,5 @@ urllib3==1.26.18
paramiko==3.4.0
psutil==5.9.4
pyshark==0.6
dnspython==2.4.2
dnspython==2.6.1
selenium==4.19.0
2 changes: 1 addition & 1 deletion magefiles/mage.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
imageSnapPackager = registryPrefix + "snaper:0.0.2"
imageProtobufGenerator = registryPrefix + "generator:1.0.2"
imageScanner = registryPrefix + "scanner:1.0.3"
imageTester = registryPrefix + "tester:1.1.9"
imageTester = registryPrefix + "tester:1.1.10"
imageQAPeer = registryPrefix + "qa-peer:1.0.4"
imageRuster = registryPrefix + "ruster:1.0.4"

Expand Down

0 comments on commit 6d64ec8

Please sign in to comment.