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: fix dependency versions #82

Merged
merged 1 commit into from
Feb 11, 2024

Conversation

felix-seifert
Copy link
Collaborator

To avoid future hassles like updating the example images for the integration tests in #81, we want less variance in the used dependencies. With the ~= operator, we allow the patch version to be upgraded while the major and minor versions stay the same. This allows us to benefit from security fixes without changing the behaviour and functionality of the used dependencies.

The exact behaviour in version changes depends hugely on the versioning practices of the dependency developers.

The tests will only succeed after emerging PR #81. When this PR is merged into the main branch, retrigger just retrigger the tests.

@csgoh csgoh merged commit e17e223 into csgoh:main Feb 11, 2024
2 of 11 checks passed
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.

2 participants