-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update dependencies: docker -> 7.0.0 and tabulate -> 0.9.0 #200
Conversation
2cf5e7a
to
7cb7f95
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #200 +/- ##
==========================================
- Coverage 86.54% 86.32% -0.22%
==========================================
Files 9 9
Lines 914 914
==========================================
- Hits 791 789 -2
- Misses 123 125 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
6da5a19
to
51d7843
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @danielhollas!
Just a small request. Can you delete the pre-commit
from ci.yml
?
Looks like the bug was introduced in version 6.2
You mean 6.1.2
I guess?
Thank you for the review. I removed the pre-commit action.
Ah, yep, my bad. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks all good! Thanks!
Main goal here is to upgrade to
docker-py==7.0.0
which contains a bugfix that I ran into while testing locally with Python 3.12:docker/docker-py#3151
Looks like the bug was introduced in version
6.2
which we bumped to in #194 but did not release yet so no users should be affected.Depends on #201