-
Notifications
You must be signed in to change notification settings - Fork 27
Scheduled weekly dependency update for week 09 #658
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
13
commits into
main
Choose a base branch
from
pyup-scheduled-update-2026-03-02
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.
+13
−13
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
071330a
Update sphinx from 7.3.7 to 9.1.0
pyup-bot 6644d28
Update furo from 2024.5.6 to 2025.12.19
pyup-bot 7e727e2
Update sphinx-autobuild from 2024.4.16 to 2025.8.25
pyup-bot 3adb1f3
Update sphinx-sitemap from 2.6.0 to 2.9.0
pyup-bot d423432
Update sphinx-click from 5.0.1 to 6.2.0
pyup-bot dd900ca
Update sphinx-autodoc-typehints from 2.3.0 to 3.9.3
pyup-bot 542d5f8
Update setuptools from 80.9.0 to 82.0.0
pyup-bot 977460d
Update pytest from 8.3.5 to 9.0.2
pyup-bot 97eb56f
Update pytest-env from 1.1.5 to 1.5.0
pyup-bot 44c144a
Update pytest-mock from 3.14.0 to 3.15.1
pyup-bot 613c96e
Update fiftyone from 1.5.2 to 1.13.2
pyup-bot f5d8e8a
Update datasets from 3.6.0 to 4.6.1
pyup-bot 3128519
Update ultralytics from 8.3.237 to 8.4.19
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| sphinx==7.3.7 | ||
| furo==2024.5.6 | ||
| sphinx-autobuild==2024.4.16 | ||
| sphinx==9.1.0 | ||
| furo==2025.12.19 | ||
| sphinx-autobuild==2025.8.25 | ||
| sphinx-copybutton==0.5.2 | ||
| sphinx-sitemap==2.6.0 | ||
| sphinx-click==5.0.1 | ||
| sphinx-autodoc-typehints==2.3.0 | ||
| sphinx-sitemap==2.9.0 | ||
| sphinx-click==6.2.0 | ||
| sphinx-autodoc-typehints==3.9.3 | ||
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 | ||
| setuptools==82.0.0 | ||
| pytest==9.0.2 | ||
| respx==0.22.0 | ||
| 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.5.0 | ||
| pytest-mock==3.15.1 | ||
| fiftyone==1.13.2 | ||
| datasets==4.6.1 | ||
| ultralytics==8.4.19 |
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.
🧩 Analysis chain
🏁 Script executed:
Repository: DagsHub/client
Length of output: 3723
🌐 Web query:
Sphinx 9 Python version requirements minimum compatibility💡 Result:
So, for “Sphinx 9” overall:
This aligns with Sphinx’s published Python support policy (from late 2025, baseline moves to 3.12+). [4]
Sources: [1] [2] [3] [4]
Sphinx 9.1.0 requires Python 3.12+ but project supports Python 3.9+.
Sphinx 9.1.0 requires Python ≥ 3.12, while the project declares
python_requires=">=3.9"in setup.py. This will break documentation builds on Python 3.9, 3.10, and 3.11. Either upgrade the project's minimum Python version to 3.12+, downgrade to Sphinx 9.0.x (requires 3.11+, still incompatible with 3.9–3.10), or pin Sphinx to an older major version compatible with the declared baseline.