-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: adopt latest community standards #155
Conversation
@daviskirk suggestion Co-authored-by: Davis Kirkendall <1049817+daviskirk@users.noreply.github.com>
* fix: resolve CVE-2024-35195 in requests-2.31.0, via requests-2.32.3 which requires python 3.8 * fix: requests-2.32.3 requires python 3.8 * fix: CVE-2024-39689 in certifi@2024.6.2 * tox.ini has another "lowest" setting
Signed-off-by: Paul Horton <phorton@sonatype.com>
Signed-off-by: Paul Horton <phorton@sonatype.com>
Signed-off-by: Paul Horton <phorton@sonatype.com>
Signed-off-by: Paul Horton <phorton@sonatype.com>
Signed-off-by: Paul Horton <phorton@sonatype.com>
Quality Gate passedIssues Measures |
Unsigned commits are historical from merge in of Static Code Analysis checks are failing - these are new on this PR - not holding back progress on this PR for that. Windows builds all failing - we never built on Windows in CI prior to this PR - raised #156 to come back to that. |
Resolves #154
This is too hard to support Python 3.6 - we'll need to roll this feature into
dev/4.x.x
branch and adjust Python Version support at the same time.FYI @bhamail