diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index eba8565..12dac00 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -33,7 +33,7 @@ jobs: fi - name: "Qodana Scan" - uses: JetBrains/qodana-action@v2023.2.1 + uses: JetBrains/qodana-action@v2023.2.6 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} with: diff --git a/requirements.txt b/requirements.txt index 468bc34..b07dbbb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,18 +25,18 @@ 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.5.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.3.0 ; python_version >= "3.11" and python_version < "4.0" pycares==4.3.0 ; python_version >= "3.11" and python_version < "4.0" pycparser==2.21 ; python_version >= "3.11" and python_version < "4.0" pydantic==1.10.12 ; python_version >= "3.11" and python_version < "4.0" +pytest==7.4.2 ; python_version >= "3.11" and python_version < "4.0" pytest-asyncio==0.21.1 ; 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.2 ; python_version >= "3.11" and python_version < "4.0" pyyaml==6.0.1 ; python_version >= "3.11" and python_version < "4.0" sanic-ext==23.6.0 ; python_version >= "3.11" and python_version < "4.0" sanic-routing==23.6.0 ; python_version >= "3.11" and python_version < "4.0"