-
Notifications
You must be signed in to change notification settings - Fork 6
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
Maintenance PR #397
Merged
priv-kweihmann
merged 11 commits into
vinland-technology:main
from
priv-kweihmann:feat/python-3.13
Nov 1, 2024
Merged
Maintenance PR #397
priv-kweihmann
merged 11 commits into
vinland-technology:main
from
priv-kweihmann:feat/python-3.13
Nov 1, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drop EOL python 3.8 Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
as upstream is creating releases without tags in a non-transparent way, so that resource can't be trusted anymore Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
0c51e2c
to
3cb24cf
Compare
Updates the requirements on [dlint] (https://github.com/dlint-py/dlint) to permit the latest version. --- updated-dependencies: - dependency-name: dlint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [pytest-cov] (https://github.com/pytest-dev/pytest-cov) to permit the latest version. --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [flake8-comprehensions] (https://github.com/adamchainz/flake8-comprehensions) --- updated-dependencies: - dependency-name: flake8-comprehensions dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [license-expression] (https://github.com/aboutcode-org/license-expression) --- updated-dependencies: - dependency-name: license-expression dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
3cb24cf
to
5655c88
Compare
--- updated-dependencies: - dependency-name: osadl-matrix dependency-type: direct:production update-type: version-update:semver-patch ... Closes vinland-technology#372 Signed-off-by: dependabot[bot] <support@github.com>
mainly due to the updates of the used libs Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
3e36704
to
705c33b
Compare
if input is a list, handle it accordingly Closes vinland-technology#391 Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
to run tests in parallel Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
705c33b
to
0dfec44
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note: this PR doesn't add any features