Commit d2bae00
committed
security: remove vulnerable Python 2 deps and drop Python 2 references
Remove pyopenssl (CVE-2026-27459), pyasn1 (CVE-2026-30922), and
ndg-httpsclient from install_requires. These were only needed for
Python 2 SNI support and are dead code on Python 3.
- Remove Python 2 pyopenssl injection in pusher/requests.py
- Remove 'Python :: 2' classifier from setup.py
- Update README to note Python 2 is no longer supported
Closes #2521 parent 8463644 commit d2bae00
2 files changed
Lines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 51 | + | |
58 | 52 | | |
59 | 53 | | |
60 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments