Skip to content
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

chore(pyproject): aiohttp respects semver so let's accept all it's patch releases #282

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Psycojoker
Copy link
Collaborator

@Psycojoker Psycojoker commented Oct 1, 2024

To avoid having to small PRs #279

ALEPH-205

Copy link

codecov bot commented Oct 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 38.56%. Comparing base (5a95809) to head (59de595).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #282   +/-   ##
=======================================
  Coverage   38.56%   38.56%           
=======================================
  Files          18       18           
  Lines        1932     1932           
  Branches      335      335           
=======================================
  Hits          745      745           
  Misses       1151     1151           
  Partials       36       36           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot added the BLUE This PR is simple and straightforward. label Oct 1, 2024
Copy link

github-actions bot commented Oct 1, 2024

The change in this Pull Request is a simple update of the aiohttp dependency to version 3.10.* in the pyproject.toml file. This is a minor change that only affects the version of the aiohttp library used, and it does not introduce any new features or changes to the codebase.

The change is unlikely to introduce bugs or have a significant impact on the codebase or review process. Therefore, it is categorized as 'BLUE', indicating a low level of review complexity.

Here are the specific changes:

  • old: "aiohttp==3.10.6"
  • new: "aiohttp==3.10.*"

This change can be reviewed quickly and does not require a deep understanding of the project architecture.

@Psycojoker Psycojoker marked this pull request as draft October 3, 2024 02:47
@Psycojoker
Copy link
Collaborator Author

We have a bug on window for this PR #242 which sucks for security reasons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLUE This PR is simple and straightforward.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant