File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- \[ Short description of non-trivial change.\]
8
8
9
+ 2.32.4 (2025-06-10)
10
+ -------------------
11
+
12
+ ** Security**
13
+ - CVE-2024 -47081 Fixed an issue where a maliciously crafted URL and trusted
14
+ environment will retrieve credentials for the wrong hostname/machine from a
15
+ netrc file.
16
+
17
+ ** Improvements**
18
+ - Numerous documentation improvements
19
+
9
20
** Deprecations**
10
21
- Added support for pypy 3.11 for Linux and macOS.
11
22
- Dropped support for pypy 3.9 following its end of support.
Original file line number Diff line number Diff line change 5
5
__title__ = "requests"
6
6
__description__ = "Python HTTP for Humans."
7
7
__url__ = "https://requests.readthedocs.io"
8
- __version__ = "2.32.3 "
9
- __build__ = 0x023203
8
+ __version__ = "2.32.4 "
9
+ __build__ = 0x023204
10
10
__author__ = "Kenneth Reitz"
11
11
__author_email__ = "[email protected] "
12
12
__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments