-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update Dependencies #46
Merged
Merged
Changes from 19 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
3703882
Updated to ruff==0.5.1 (from ruff==0.4.2)
ClaasRostock d516f36
Updated to pyright==1.1.371 (from pyright==1.1.360)
ClaasRostock fa4d30d
Updated to sourcery==1.21 (from sourcery==1.16)
ClaasRostock ad2cd8c
Updated to dictIO>=0.3.4 (from dictIO>=0.3.4)
ClaasRostock 9b4bab2
Updated to sphinx-argparse-cli>=1.16 (from sphinx-argparse-cli>=1.15)
ClaasRostock 9c43205
Updated to furo>=2024.5 (from furo>=2024.4)
ClaasRostock 2ddf2f3
Updated to setup-python@v5 (from setup-python@v4)
ClaasRostock 9e0772c
Updated to actions-gh-pages@v4 (from actions-gh-pages@v3)
ClaasRostock 53467cc
Updated to upload-artifact@v4 (from upload-artifact@v3)
ClaasRostock ea634ad
GitHub workflows: Replaced pip install tox with pip install tox-uv
ClaasRostock 6b8ca9e
GitHub workflows: Removed cache: 'pip' for tox-uv compatibility
ClaasRostock 327fa72
GitHub workflows: Install dependencies: change singleline run stateme…
ClaasRostock c93c968
GitHub workflows: Add step to install 'uv' package
ClaasRostock 49c0886
GitHub workflows: Add step to install 'uv' package
ClaasRostock 0e4958b
GitHub workflows: Install dependencies: change from 'pip install' to …
ClaasRostock bf6e52d
GitHub workflow _test_future.yml : updated Python version to 3.13.0-a…
ClaasRostock 0a95da8
GitHub workflow _test_future.yml : updated name of test job to 'test313'
ClaasRostock 0bf9de7
updated CHANGELOG.md
ClaasRostock 09a1a33
Merge branch 'main' into update_dependencies
StephanieKemna fc35063
add some notes to README about potential errors
StephanieKemna File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
pytest>=8.2 | ||
pytest-cov>=5.0 | ||
ruff==0.4.2 | ||
pyright==1.1.360 | ||
ruff==0.5.1 | ||
pyright==1.1.371 | ||
Sphinx>=7.3 | ||
sphinx-argparse-cli>=1.15 | ||
sphinx-argparse-cli>=1.16 | ||
myst-parser>=3.0 | ||
furo>=2024.4 | ||
sourcery==1.16 | ||
furo>=2024.5 | ||
sourcery==1.21 | ||
|
||
-r requirements.txt |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
dictIO>=0.3.3 | ||
dictIO>=0.3.4 | ||
pydantic>=2.6 | ||
json-schema-for-humans>=0.4.7 | ||
onnxruntime==1.18.1 | ||
|
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you on purpose putting uv pip everywhere instead of pip?