Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 22 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pytest = "^7.0"
pytest-asyncio = "^0.21.0"
sphinx = "^5.0"
sphinx-autodoc-typehints = "^1.21"
sphinx-rtd-theme = "^1.2"
sphinx-rtd-theme = ">=1.2,<3.0"
Copy link

Copilot AI Mar 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title/description says this bumps sphinx-rtd-theme to 2.0.0, but the updated constraint allows any 1.x version (and even 1.2). This can permit downgrades on future resolves and doesn’t accurately express the intended upgrade. Consider tightening the lower bound to >=2.0.0 (or using a caret constraint for 2.x) so the dependency spec matches the bump intent. Also note that ReadTheDocs installs from docs/requirements.txt, which is unpinned, so its docs build may still drift from the Poetry-resolved theme version unless that file is aligned.

Copilot uses AI. Check for mistakes.
standard-imghdr = {version = "^3.13.0", python = ">=3.13,<4.0"}
websockets = "^10.0"
bandit = ">=1.7.5,<1.8"
Expand Down
Loading