diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index e539a62d..5762f6cc 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -43,7 +43,7 @@ jobs: with: image: tonistiigi/binfmt:latest platforms: all - + - name: Setup Docker Buildx id: buildx uses: docker/setup-buildx-action@v2 diff --git a/mypy.ini b/mypy.ini index eb891385..408c2414 100644 --- a/mypy.ini +++ b/mypy.ini @@ -22,4 +22,3 @@ ignore_missing_imports = True [mypy-sanic_testing.*] ignore_missing_imports = True - diff --git a/requirements.txt b/requirements.txt index 1359bf16..ff41b15f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,8 +27,8 @@ idna==3.4 ; python_version >= "3.11" and python_version < "4.0" iniconfig==2.0.0 ; python_version >= "3.11" and python_version < "4.0" lxml==4.9.3 ; python_version >= "3.11" and python_version < "4.0" multidict==6.0.4 ; python_version >= "3.11" and python_version < "4.0" -mypy-extensions==1.0.0 ; python_version >= "3.11" and python_version < "4.0" mypy==1.4.1 ; python_version >= "3.11" and python_version < "4.0" +mypy-extensions==1.0.0 ; python_version >= "3.11" and python_version < "4.0" packaging==23.1 ; python_version >= "3.11" and python_version < "4.0" pluggy==1.2.0 ; python_version >= "3.11" and python_version < "4.0" pycares==4.3.0 ; python_version >= "3.11" and python_version < "4.0" @@ -36,11 +36,11 @@ pycparser==2.21 ; python_version >= "3.11" and python_version < "4.0" pydantic==1.10.11 ; python_version >= "3.11" and python_version < "4.0" pylsqpack==0.3.17 ; python_version >= "3.11" and python_version < "4.0" pyopenssl==23.2.0 ; python_version >= "3.11" and python_version < "4.0" +pytest==7.4.0 ; python_version >= "3.11" and python_version < "4.0" pytest-asyncio==0.21.0 ; python_version >= "3.11" and python_version < "4.0" pytest-cov==4.1.0 ; python_version >= "3.11" and python_version < "4.0" pytest-emoji==0.2.0 ; python_version >= "3.11" and python_version < "4.0" pytest-md==0.2.0 ; python_version >= "3.11" and python_version < "4.0" -pytest==7.4.0 ; python_version >= "3.11" and python_version < "4.0" pyyaml==6.0 ; python_version >= "3.11" and python_version < "4.0" rfc3986[idna2008]==1.5.0 ; python_version >= "3.11" and python_version < "4.0" sanic-ext==23.3.0 ; python_version >= "3.11" and python_version < "4.0"