Skip to content

Conversation

@zulquer
Copy link
Collaborator

@zulquer zulquer commented Jun 30, 2025

This pull request updates the dependencies and Python version requirements in the pyproject.toml file to ensure compatibility and include the latest features and fixes.

Dependency Updates:

  • Updated the Python version requirement to >=3.9,<3.14 (previously >=3.8,<3.14).
  • Upgraded the requests library to version ^2.32.4 (previously ^2.32.3).
  • Added a new dependency: urllib3 with version constraint >=2.5.0.

zulquer added 2 commits June 30, 2025 11:26
- Update request
- Specify urllib3
- Exclude 3.8 python version
@codecov
Copy link

codecov bot commented Jun 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.76%. Comparing base (670996a) to head (f966526).
Report is 1 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@zulquer zulquer requested a review from Copilot June 30, 2025 10:08
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@zulquer zulquer requested a review from danielcivit June 30, 2025 10:09
@danielcivit danielcivit merged commit 0a9b2fc into master Jul 8, 2025
6 checks passed
@danielcivit danielcivit deleted the PTHMINT-72 branch July 8, 2025 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants