diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index b603dc63b..8d3f5844a 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install tox + pip install tox==4.8.0 - name: Generate API run: | diff --git a/dev-requirements.txt b/dev-requirements.txt index d8968085b..655583919 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,4 +3,22 @@ pytest pytest-asyncio pytest-cov -twine \ No newline at end of file +twine + + + +cachetools==5.3.2 +chardet==5.2.0 +colorama==0.4.6 +distlib==0.3.8 +filelock==3.12.2 +importlib-metadata==6.7.0 +packaging==23.2 +platformdirs==4.0.0 +pluggy==1.2.0 +pyproject-api==1.5.3 +tomli==2.0.1 +tox==4.8.0 +typing-extensions==4.7.1 +virtualenv==20.25.0 +zipp==3.15.0