diff --git a/requirements.txt b/requirements.txt index 3f7d206ce..8c7d0eb0c 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==65.5.1 -protobuf==3.20.2 +flake8==7.0.0 +isort==5.13.2 +build==1.1.1 +twine==5.0.0 +wheel==0.43.0 +setuptools==69.2.0 +protobuf==5.26.0 setuptools_scm[toml]>=6.2