Scheduled weekly dependency update for week 15#684
Conversation
📝 WalkthroughWalkthroughUpdated pinned versions for two requirement files: Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 2b3af7c0-e3fc-4425-ae5d-35658ed79f1c
📒 Files selected for processing (2)
docs/requirements-docs.txtrequirements-dev.txt
📜 Review details
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
- GitHub Check: Build documentation
- GitHub Check: build (3.9)
- GitHub Check: build (3.12)
- GitHub Check: build (3.11)
- GitHub Check: build (3.13)
- GitHub Check: build (3.10)
- GitHub Check: check-licenses
🔇 Additional comments (1)
requirements-dev.txt (1)
1-9: Version compatibility verified—no issues detected.All package versions are mutually compatible: pytest 9.0.3 is a bug-fix release with no breaking changes; pytest-mock 3.15.1 requires pytest ≥6.2.5; pytest-env 1.6.0 requires pytest ≥9.0.2 (satisfied); pytest-git 1.8.0 supports pytest ≥4.0; and respx 0.23.1 has no explicit pytest version constraint. No yanked releases or incompatibilities reported.
| sphinx-sitemap==2.9.0 | ||
| sphinx-click==6.2.0 | ||
| sphinx-autodoc-typehints==3.9.9 | ||
| sphinx-autodoc-typehints==3.10.0 |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
set -euo pipefail
python - <<'PY'
import json, urllib.request
pkg, ver = "sphinx-autodoc-typehints", "3.10.0"
url = f"https://pypi.org/pypi/{pkg}/json"
data = json.load(urllib.request.urlopen(url))
files = data["releases"].get(ver, [])
print(f"{pkg} {ver} files:", len(files))
if not files:
raise SystemExit("ERROR: pinned version not found on PyPI")
print("yanked flags:", {f.get("yanked", False) for f in files})
PYRepository: DagsHub/client
Length of output: 2639
🌐 Web query:
sphinx-autodoc-typehints 3.10.0 PyPI
💡 Result:
sphinx-autodoc-typehints 3.10.0 does not exist on PyPI. The latest version is 3.9.11, released on 2026-03-24. Recent versions include 3.9.10 (2026-03-23), 3.9.9 (2026-03-20), down to 3.6.0 (2025-12-09). The project homepage is https://github.com/tox-dev/sphinx-autodoc-typehints, with releases up to 3.9.11. No mentions of 3.10.0 found in PyPI pages, GitHub releases, or web searches. sphinx-autodoc-typehints is a Sphinx extension that reads Python type hints (PEP 484) and adds type information to autodoc-generated documentation, avoiding duplication in docstrings. Install via pip install sphinx-autodoc-typehints and add "sphinx_autodoc_typehints" to extensions in conf.py. Requires Sphinx >=9.1, Python >=3.12. Set autodoc_typehints = "none" to avoid conflicts with Sphinx's built-in handling.
Citations:
- 1: https://pypi.org/project/sphinx-autodoc-typehints/
- 2: https://pypi.org/project/sphinx-autodoc-typehints/3.6.0/
- 3: https://github.com/tox-dev/sphinx-autodoc-typehints
- 4: https://github.com/tox-dev/sphinx-autodoc-typehints/releases
- 5: https://github.com/tox-dev/sphinx-autodoc-typehints/
- 6: https://github.com/tox-dev/sphinx-autodoc-typehints/releases/
- 7: https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.9.11
- 8: https://pypi.org/project/sphinx-autodoc-typehints/1.15.1/
🏁 Script executed:
# Verify the file exists and check its current content
cat -n docs/requirements-docs.txt | head -20Repository: DagsHub/client
Length of output: 265
Update sphinx-autodoc-typehints to a published version.
sphinx-autodoc-typehints==3.10.0 does not exist on PyPI. The latest available version is 3.9.11. Update the requirement to a valid version before merge.
Update sphinx-autodoc-typehints from 3.9.9 to 3.10.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update setuptools from 80.9.0 to 82.0.1.
Changelog
82.0.1
82.0.0
81.0.0
80.10.2
80.10.1
80.10.0
Links
Update pytest from 8.3.5 to 9.0.3.
Changelog
9.0.3
9.0.2
9.0.1
9.0.0
8.4.2
8.4.1
8.4.0
Links
Update respx from 0.22.0 to 0.23.1.
Changelog
0.23.1
0.23.0
Links
Update pytest-env from 1.1.5 to 1.6.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update pytest-mock from 3.14.0 to 3.15.1.
Changelog
3.15.1
3.15.0
3.14.1
Links
Update fiftyone from 1.5.2 to 1.14.1.
Changelog
1.14.1
1.14.0
1.13.5
1.13.4
1.13.3
1.13.2
1.13.1
1.13.0
1.12.0
1.11.1
1.11.0
1.10.0
1.9.0
1.8.1
1.8.0
1.7.2
1.7.1
1.7.0
1.6.0
Links
Update datasets from 3.6.0 to 4.8.4.
Changelog
4.8.3
4.8.2
4.8.1
4.8.0
4.7.0
4.6.0