We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5461707 commit 31e63d7Copy full SHA for 31e63d7
pyproject.toml
@@ -100,7 +100,7 @@ lint = [
100
"types-docutils==0.21.0.20250514",
101
"types-Pillow==10.2.0.20240822",
102
"types-Pygments==2.19.0.20250516",
103
- "types-requests==2.32.0.20250515", # align with requests
+ "types-requests==2.32.0.20250602", # align with requests
104
"types-urllib3==1.26.25.14",
105
"pyright==1.1.400",
106
"pytest>=8.0",
@@ -169,7 +169,7 @@ type-stubs = [
169
170
171
172
- "types-requests==2.32.0.20250515",
+ "types-requests==2.32.0.20250602",
173
174
]
175
0 commit comments