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

Commits on Aug 28, 2023

  1. fix(deps): bump yaml to latest

    > 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 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9e08bac View commit details
    Browse the repository at this point in the history