diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 7c680f2..f8daeed 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -11,7 +11,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-de container: catthehacker/ubuntu:act-latest strategy: matrix: diff --git a/requirements/dev.txt b/requirements/dev.txt index edc83b5..15ec5e0 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,9 +1,9 @@ black~=24.8.0 -build==1.2.1 +build==1.2.2 isort==5.13.2 mypy~=1.11.0 -pylint==3.2.6 -pytest-asyncio~=0.23.6 +pylint==3.2.7 +pytest-asyncio~=0.24.0 pytest-cov~=5.0.0 pytest~=8.3.1 tox==4.18.0