-
Notifications
You must be signed in to change notification settings - Fork 35
Scheduled weekly dependency update for week 36 #721
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
Open
pyup-bot
wants to merge
9
commits into
main
Choose a base branch
from
pyup-scheduled-update-2026-09-07
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
e16b4bb
Update sphinx-autodoc-typehints from 3.9.9 to 3.13.5
pyup-bot 8a6f60b
Update setuptools from 80.9.0 to 84.0.0
pyup-bot ce4e4af
Update pytest from 8.3.5 to 9.1.1
pyup-bot bb85c75
Update respx from 0.22.0 to 0.23.1
pyup-bot 5fc8439
Update pytest-env from 1.1.5 to 1.7.0
pyup-bot 98ac6b5
Update pytest-mock from 3.14.0 to 3.15.1
pyup-bot c9753d9
Update fiftyone from 1.5.2 to 1.21.0
pyup-bot c8397a1
Update datasets from 3.6.0 to 5.0.1
pyup-bot bd1e1b6
Update ultralytics from 8.3.237 to 8.4.142
pyup-bot 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 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,9 @@ | ||
| setuptools==80.9.0 | ||
| pytest==8.3.5 | ||
| respx==0.22.0 | ||
| setuptools==84.0.0 | ||
| pytest==9.1.1 | ||
| respx==0.23.1 | ||
| pytest-git==1.8.0 | ||
| pytest-env==1.1.5 | ||
| pytest-mock==3.14.0 | ||
| fiftyone==1.5.2 | ||
| datasets==3.6.0 | ||
| ultralytics==8.3.237 | ||
| pytest-env==1.7.0 | ||
| pytest-mock==3.15.1 | ||
| fiftyone==1.21.0 | ||
| datasets==5.0.1 | ||
| ultralytics==8.4.142 |
Oops, something went wrong.
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.
π©Ί Stability & Availability | π Major | β‘ Quick win
π Supported by static analysis
π€ get_repo_knowledge executed:
get_repo_knowledge DagsHub/client /tmp/coderabbit-repo-knowledge/dagshub-client-aa1863f7Length of output: 391
π Script executed:
Repository: DagsHub/client
Length of output: 8740
π Web query:
PyPI sphinx-autodoc-typehints 3.13.5 pytest 9.1.1 fiftyone 1.21.0 datasets 5.0.1 Requires-Pythonπ‘ Result:
The Requires-Python specifications for the requested packages are as follows: - sphinx-autodoc-typehints (v3.13.5): >=3.12 [1] - pytest (v9.1.1): >=3.10 [2][3] - fiftyone (v1.21.0): >=3.10 [4][5] - datasets (v5.0.1): >=3.10.0 [6] These requirements define the minimum Python version needed to install and run each respective package version.
Citations:
π Script executed:
Repository: DagsHub/client
Length of output: 11845
Make the development requirements compatible with Python 3.9.
python-package.ymlinstallsrequirements-dev.txton Python 3.9β3.13.pytest==9.1.1,fiftyone==1.21.0, anddatasets==5.0.1require Python 3.10 or newer, so the Python 3.9 job cannot install them. Pin compatible versions or remove Python 3.9 from the supported matrix and package metadata. Keep the documentation workflow on Python 3.12 or newer becausesphinx-autodoc-typehints==3.13.5requires it.π Affects 2 files
docs/requirements-docs.txt#L7-L7(this comment)requirements-dev.txt#L2-L2requirements-dev.txt#L7-L8