diff --git a/requirements.txt b/requirements.txt index ec8539360..614da8646 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ # Requirements for linting, building, and uploading the PGV python package to PyPI. # The package's own requirements are in python/setup.cfg (and also in python/requirements.in). -flake8==3.8.4 -isort==5.7.0 -build==0.3.0 -twine==3.3.0 -wheel==0.38.1 -setuptools==70.0.0 -protobuf==3.20.2 +flake8==7.1.1 +isort==5.13.2 +build==1.2.1 +twine==5.1.1 +wheel==0.44.0 +setuptools==72.1.0 +protobuf==5.27.3 setuptools_scm[toml]>=6.2