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

Update dependencies: docker -> 7.0.0 and tabulate -> 0.9.0 #200

Merged
merged 5 commits into from
Jan 24, 2024

Conversation

danielhollas
Copy link
Contributor

@danielhollas danielhollas commented Jan 24, 2024

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

@danielhollas danielhollas self-assigned this Jan 24, 2024
@danielhollas danielhollas changed the base branch from main to fix-precommit January 24, 2024 07:17
Copy link

codecov bot commented Jan 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f3b3ea5) 86.54% compared to head (2e6b4ee) 86.32%.

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     
Flag Coverage Δ
py-3.10 86.21% <ø> (ø)
py-3.11 86.21% <ø> (ø)
py-3.12 86.21% <ø> (-0.22%) ⬇️
py-3.8 86.16% <ø> (ø)
py-3.9 86.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@danielhollas danielhollas marked this pull request as ready for review January 24, 2024 07:50
setup.cfg Show resolved Hide resolved
setup.cfg Show resolved Hide resolved
Base automatically changed from fix-precommit to main January 24, 2024 08:50
.github/workflows/ci.yml Outdated Show resolved Hide resolved
Copy link
Member

@unkcpz unkcpz left a 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?

@danielhollas
Copy link
Contributor Author

danielhollas commented Jan 24, 2024

Thank you for the review. I removed the pre-commit action.

You mean 6.1.2 I guess?

Ah, yep, my bad.

Copy link
Member

@unkcpz unkcpz left a 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!

@unkcpz unkcpz changed the title Update dependencies Update dependencies: docker -> 7.0.0 and tabulate -> 0.9.0 Jan 24, 2024
@unkcpz unkcpz merged commit 57820bc into main Jan 24, 2024
17 checks passed
@unkcpz unkcpz deleted the deps/update-docker branch January 24, 2024 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.

None yet

2 participants