chore(frontend/python): pin development dependencies to avoid future CI failures

This commit is contained in:
Umut
2023-03-27 15:49:01 +02:00
parent 18c2a894a5
commit 5e2349839a

View File

@@ -1,17 +1,17 @@
pybind11>=2.10
pybind11==2.10.4
pytest-cov>=4.0
pytest-xdist>=3.2
pytest>=7.2
pytest-cov==4.0.0
pytest-xdist==3.2.1
pytest==7.2.2
black>=23.1
isort>=5.12
black==23.1.0
isort==5.12.0
mypy>=1.1
pydocstyle>=6.3
pylint>=2.17
ruff>=0.0
mypy==1.1.1
pydocstyle==6.3.0
pylint==2.17.1
ruff==0.0.259
auditwheel>=5.3; sys_platform == 'linux'
delocate>=0.10; sys_platform == 'darwin'
wheel>=0.38
auditwheel==5.3.0; sys_platform == 'linux'
delocate==0.10.4; sys_platform == 'darwin'
wheel==0.40.0