PTHMINT-72: Fix dependabot report#22
Merged
Merged
Conversation
- Update request - Specify urllib3 - Exclude 3.8 python version
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #22 +/- ##
=======================================
Coverage 90.76% 90.76%
=======================================
Files 106 106
Lines 2306 2306
=======================================
Hits 2093 2093
Misses 213 213 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates dependency versions and Python version support to ensure compatibility and incorporate the latest features and fixes.
- Updated the Python version requirement from ">=3.8,<3.14" to ">=3.9,<3.14"
- Upgraded the "requests" library from "^2.32.3" to "^2.32.4" and added a new dependency "urllib3" with a version constraint ">=2.5.0"
- Updated the GitHub Actions test matrix to remove unsupported Python version 3.8
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Updated Python and dependency version requirements to support changes |
| .github/workflows/code-quality.yaml | Updated testing matrix to align with the new Python version requirement |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the dependencies and Python version requirements in the
pyproject.tomlfile to ensure compatibility and include the latest features and fixes.Dependency Updates:
>=3.9,<3.14(previously>=3.8,<3.14).requestslibrary to version^2.32.4(previously^2.32.3).urllib3with version constraint>=2.5.0.