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(deps): bump yaml to latest #257

Merged
merged 1 commit into from
Aug 28, 2023
Merged

chore(deps): bump yaml to latest #257

merged 1 commit into from
Aug 28, 2023

Conversation

b1rger
Copy link
Contributor

@b1rger b1rger commented Aug 21, 2023

poetry add pyyaml@latest

This is a copy of a hotfix that was merged to main - see
dff296b
and
https://stackoverflow.com/questions/76708329/docker-compose-no-longer-building-image-attributeerror-cython-sources

The commit to former main did bump pyyaml, but only to 6.0 which did not
contain the fix. 6.0.1 does, but poetrys version resolving mechanism
chose the latest 6.0 version, so 6.0.1 was set in poetry.lock.
But we should make it clear, that we need the 6.0.1 version, so we are
setting that in pyproject.toml.

@b1rger b1rger changed the title chore(deps): bump poetry to latest chore(deps): yaml poetry to latest Aug 21, 2023
@b1rger b1rger marked this pull request as ready for review August 21, 2023 13:46
@b1rger b1rger changed the title chore(deps): yaml poetry to latest chore(deps): bump yaml to latest Aug 21, 2023
> poetry add pyyaml@latest

This is a copy of a hotfix that was merged to main - see
dff296b
and
https://stackoverflow.com/questions/76708329/docker-compose-no-longer-building-image-attributeerror-cython-sources

The commit to former main did bump pyyaml, but only to 6.0 which did not
contain the fix. 6.0.1 does, but poetrys version resolving mechanism
chose the latest 6.0 version, so 6.0.1 was set in poetry.lock.
But we should make it clear, that we need the 6.0.1 version, so we are
setting that in pyproject.toml.
@b1rger b1rger merged commit ba2b489 into main Aug 28, 2023
6 checks passed
@b1rger b1rger deleted the birger/bump-yaml branch August 28, 2023 07:35
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.

1 participant