Skip to content

Commit

Permalink
Merge pull request #10632 from petr-balogh/fix-security-issues
Browse files Browse the repository at this point in the history
Fix security issues
  • Loading branch information
petr-balogh authored Oct 9, 2024
2 parents d86f0fd + 50bb929 commit 1d0e607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
python_requires=">=3.9.18",
install_requires=[
"apache-libcloud==3.1.0",
"cryptography==42.0.4",
"cryptography==43.0.1",
"docopt==0.6.2",
"gevent==23.9.1",
"reportportal-client==3.2.3",
Expand Down Expand Up @@ -77,7 +77,7 @@
"junitparser==3.1.0",
"flaky==3.7.0",
"ocp-network-split",
"pyopenssl==24.0.0",
"pyopenssl==24.2.1",
"pyparsing==2.4.7",
"mysql-connector-python==8.0.27",
"pytest-repeat==0.9.3",
Expand Down

0 comments on commit 1d0e607

Please sign in to comment.