blob: 5aa4d4094427e0b3f0cf4a57187f00071ba9752c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# edit "mypy.requirements.in" and generate with: hacking/update-sanity-requirements.py --test mypy
cffi==1.17.0
cryptography==43.0.0
Jinja2==3.1.4
MarkupSafe==2.1.5
mypy==1.11.1
mypy-extensions==1.0.0
packaging==24.1
pycparser==2.22
tomli==2.0.1
types-backports==0.1.3
types-paramiko==3.4.0.20240423
types-PyYAML==6.0.12.20240808
types-requests==2.32.0.20240712
types-setuptools==71.1.0.20240813
types-toml==0.10.8.20240310
typing_extensions==4.12.2
urllib3==2.2.2
|