Merge branch 'feature/UpdateRequests' into dev

This commit is contained in:
JackDandy 2025-08-13 21:14:04 +01:00
commit d15a43077b
2 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,7 @@
* Update deprecated pkg_resources 24.0 to Packaging 25.0 (f585376)
* Update profilehooks module 1.13.0.dev0 (99f8a31) to 1.13.1.dev0 (824fcd4)
* Update pytz 2024.1/2024a (3680953) to 2024.2/2024b (3944f75)
* Update Requests library 2.32.3 (0e322af) to 2.32.4 (91a3eab)
* Update Requests library 2.32.3 (0e322af) to 2.32.4 (131e506)
* Update SimpleJSON 3.19.1 (aeb63ee) to 3.19.3 (6932004)
* Update Six compatibility library 1.16.0 (b620447) to 1.17.0 (4a765bf)
* Update soupsieve 2.5.0 (dc71495) to 2.7.0 (a616022)
@ -45,6 +45,7 @@
* Update Msgpack 1.0.6 (e1d3d5d) to 1.1.0 (0eeabfb)
* Update soupsieve 2.5.0 (dc71495) to 2.6.0 (a8080d9)
* Update thefuzz 0.21.0 (0b49e4a) to 0.22.1 (83bea3d)
* Update Requests library 2.32.3 (0e322af) to 2.32.4 (91a3eab)
* Update Tornado Web Server 6.4.2 (27b3252) to 6.5.0 (ab5f354)
* Update Tornado Web Server 6.5.0 (ab5f354) to 6.5.1 (b5586f3)
* Update deprecated pkg_resources 24.0 to Packaging 24.2 (d8e3b31)

View file

@ -535,7 +535,7 @@ class Session(SessionRedirectMixin):
for multipart encoding upload.
:param auth: (optional) Auth tuple or callable to enable
Basic/Digest/Custom HTTP Auth.
:param timeout: (optional) How long to wait for the server to send
:param timeout: (optional) How many seconds to wait for the server to send
data before giving up, as a float, or a :ref:`(connect timeout,
read timeout) <timeouts>` tuple.
:type timeout: float or tuple