clusterfuzz/Pipfile
Titouan Rigoudy 6a8393723e
Update pyright to 1.1.393 and type-checking python version to 3.11 (#4655)
Bumps the version of Python used for type-checking to 3.11. That is to
say, pyright now supports type-checking idioms that were introduced
after 3.7 like `FooType | None`.

Regenerated `Pipfile.lock` after updating `Pipfile` using `pipenv lock --dev --keep-outdated`.
2025-02-03 18:31:25 +01:00

31 lines
564 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
cryptography = "==37.0.4"
crcmod = "==1.7"
future = "==0.17.1"
protobuf = "==4.23.4"
psutil = "==5.9.4"
[dev-packages]
Fabric = "==1.14.1"
grpcio-tools = "==1.62.2"
gunicorn = "*"
isort = "*"
mypy-protobuf = "==3.4.0"
nodeenv = "==1.9.1"
parameterized = "==0.9.0"
paramiko = "==2.6.0"
pipenv = "==2022.8.5"
pyfakefs = "==4.4.0"
pylint = "~=2.4"
pylint-protobuf = "==0.21.0"
pyright = "==1.1.393"
selenium = "==3.141.0"
twine = "*"
WebTest = "==3.0.0"
yapf = "==0.22.0"