Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sphinx-doc/sphinx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: daacf6a4cddd01da4377ffe16a810307c03f3e80
Choose a base ref
..
head repository: sphinx-doc/sphinx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9d28e4f14792826cd16cbe52e42fce227d40356c
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 pyproject.toml
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -100,7 +100,7 @@ lint = [
"types-docutils==0.21.0.20241128",
"types-Pillow==10.2.0.20240822",
"types-Pygments==2.19.0.20250305",
"types-requests==2.32.0.20241016", # align with requests
"types-requests==2.32.0.20250301", # align with requests
"types-urllib3==1.26.25.14",
"pyright==1.1.396",
"pytest>=8.0",