Skip to content
10 changes: 5 additions & 5 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
flake8==5.0.4
black==22.8.0
flake8==6.0.0
black==23.3.0
mypy==0.971
isort==5.10.1
isort==5.12.0
types-requests==0.1.9
types-setuptools==57.4.3
types-psutil==5.8.0
grpcio-tools==1.43.0
types-dataclasses==0.6.4
grpcio-tools==1.53.0
types-dataclasses==0.6.6
backoff-stubs~=1.10
pytest~=7.0.1
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
psutil~=5.8.0
requests~=2.27.1
grpcio~=1.43.0
grpcio~=1.53.0
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The main motive for it is upgrading gprofiler to python 3.11 which requires newer grpcio.

protobuf~=3.19.4
docker~=5.0.0
dataclasses~=0.8; python_version < '3.7'
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We no longer support 3.7 so this is not required.

typing-extensions>=4.1.0
pyelftools~=0.28
packaging~=21.2