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

deps: bump minver for celery/kombu to 5.3.0 #113

Merged
merged 5 commits into from
Jun 13, 2023
Merged

deps: bump minver for celery/kombu to 5.3.0 #113

merged 5 commits into from
Jun 13, 2023

Conversation

skshetry
Copy link
Member

No description provided.

@skshetry skshetry requested a review from pmrowla June 13, 2023 07:30
@@ -121,7 +113,7 @@ def _iter_folder(
queue: Optional name of queue.
"""
with self.connection_for_read() as conn: # type: ignore[attr-defined]
with conn.channel() as channel:
with conn.channel() as channel: # type: ignore[attr-defined]
Copy link
Member Author

@skshetry skshetry Jun 13, 2023

Choose a reason for hiding this comment

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

@codecov-commenter
Copy link

codecov-commenter commented Jun 13, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +7.64 🎉

Comparison is base (f23893b) 78.15% compared to head (801a2a7) 85.79%.

❗ Current head 801a2a7 differs from pull request most recent head 5c18c7c. Consider uploading reports for the commit 5c18c7c to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #113      +/-   ##
==========================================
+ Coverage   78.15%   85.79%   +7.64%     
==========================================
  Files          21       20       -1     
  Lines        1007      838     -169     
  Branches      154      129      -25     
==========================================
- Hits          787      719      -68     
+ Misses        194       97      -97     
+ Partials       26       22       -4     
Impacted Files Coverage Δ
src/dvc_task/app/filesystem.py 78.86% <100.00%> (-0.18%) ⬇️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

setup.cfg Outdated Show resolved Hide resolved
@skshetry
Copy link
Member Author

celery-types>=0.16.0 uses typing features that are only available on Python 3.10+, so I have pinned it to 0.15.0 for now.

pmrowla
pmrowla approved these changes Jun 13, 2023
@pmrowla pmrowla merged commit 287411a into main Jun 13, 2023
@pmrowla pmrowla deleted the bump-celery branch June 13, 2023 09:19
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