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 6210799 commit 3b46823Copy full SHA for 3b46823
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.20250514",
103
- "types-requests==2.32.0.20250328", # align with requests
+ "types-requests==2.32.0.20250515", # align with requests
104
"types-urllib3==1.26.25.14",
105
"pyright==1.1.400",
106
"pytest>=8.0",
@@ -168,7 +168,7 @@ type-stubs = [
168
169
170
171
- "types-requests==2.32.0.20250328",
+ "types-requests==2.32.0.20250515",
172
173
]
174
0 commit comments