-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Backport 1.0.latest] Fix #9907: Add retry to tox to reduce flaky tests due to network failures #10178
Conversation
…ts due to network failures
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Nathaniel May.
|
Wiz Scan Summary
|
docker/requirements/requirements.txt
Outdated
certifi==2021.10.8 | ||
attrs==21.4.0 | ||
Babel==2.10.2 | ||
certifi==2022.5.18.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following vulnerabilities impact certifi versions <2023.7.22: CVE-2022-23491, CVE-2023-37920.
These can be remediated by updating to version 2023.7.22 or higher.
certifi==2022.5.18.1 | |
certifi==2023.7.22 |
docker/requirements/requirements.txt
Outdated
PyYAML==6.0 | ||
requests==2.26.0 | ||
requests==2.28.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following vulnerability impacts requests versions <2.31.0: CVE-2023-32681.
It can be remediated by updating to version 2.31.0 or higher.
requests==2.28.0 | |
requests==2.31.0 |
docker/requirements/requirements.txt
Outdated
urllib3==1.26.7 | ||
Werkzeug==2.0.2 | ||
zipp==3.6.0 | ||
urllib3==1.26.9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following vulnerabilities impact urllib3 versions <1.26.18: CVE-2023-43804, CVE-2023-45803.
These can be remediated by updating to version 1.26.18 or higher.
urllib3==1.26.9 | |
urllib3==1.26.18 |
docker/requirements/requirements.txt
Outdated
Werkzeug==2.0.2 | ||
zipp==3.6.0 | ||
urllib3==1.26.9 | ||
Werkzeug==2.1.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following vulnerabilities impact werkzeug versions <3.0.3: CVE-2023-23934, CVE-2023-25577, CVE-2023-46136, CVE-2024-34069.
These can be remediated by updating to version 3.0.3 or higher.
Werkzeug==2.1.2 | |
Werkzeug==3.0.3 |
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide. |
resolves #
Problem
Solution
Checklist