Dependency refresh#129
Open
hakandilek wants to merge 2 commits into
Open
Conversation
This file contains hidden or 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
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.
Summary
poetry.lockwith the latest transitive dependency resolutions..DS_Storeto.gitignore.No
pyproject.toml, workflow, ortox.tomlchanges: a full audit found every top-level Python dependency and every GitHub Action already pinned to its latest version, so there was nothing to bump.Dependency audit (whole repo)
pyproject.tomlruntime + dev deps: all already at latest.checkout@v7,setup-python@v6,upload-artifact@v7,download-artifact@v8,git-auto-commit-action@v7, andgh-action-pypi-publish@release/v1(resolves to v1.14.0).tox.toml: lower-bound floors left unchanged as intentional minimums.cacheboxstays at 5.2.3 because it is capped bydeepdiff <6.3.15.0b3).sbom/,dist/,output/) are not in scope.Verification
Ran the checks from
.github/workflows/build-and-test.ymlbefore each commit:poetry install --no-rootpoetry buildon Python 3.10, 3.11, 3.12, 3.13, and 3.14poetry run tox run -e 3.10poetry run tox run -e 3.11poetry run tox run -e 3.12poetry run tox run -e 3.13poetry run tox run -e 3.14poetry run tox run -e lint,typepoetry check --lockAll checks passed.