diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1aefc9e4..3922c987 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -73,6 +73,7 @@ jobs: - name: Report help speed in a PR comment if: github.event_name == 'pull_request' + continue-on-error: true uses: mshick/add-pr-comment@v2 with: preformatted: true diff --git a/requirements.dev.txt b/requirements.dev.txt index ad4d9386..a93f6b6a 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,12 +1,12 @@ # This is a set of development dependencies black~=24.3 flake8>=4.0.1 -gitlint-core==0.17.0 +gitlint-core>=0.17.0 isort>=5.10.1 mypy>=1.4.1 mypy>=1.5.1; python_version >= "3.8" pre-commit>=2.6.0 types-python-slugify>=5.0.3 types-pyyaml>=6.0.5 -types-requests>=2.27.11 +types-requests>=2.31.0 types-setuptools>=57.4.9 diff --git a/requirements.min.txt b/requirements.min.txt index aabd334b..1c28f699 100644 --- a/requirements.min.txt +++ b/requirements.min.txt @@ -12,5 +12,6 @@ numpy>=1.20.2,<2 pydub==0.23.1 pympi-ling>=1.69,<2.0 python-slugify==5.0.0 +requests>=2.31.0 soundswallower~=0.6.0 webvtt-py==0.4.2