diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f0d30cf..4b3d11d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -175,7 +175,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/pyproject.toml b/pyproject.toml index 6487344..f3a05d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ # public distributions server = [ - "uvicorn==0.30.1", + "uvicorn==0.30.3", ] # dev dependencies @@ -66,16 +66,16 @@ lint = [ "types-ujson", "types-Pygments", "types-docutils", - "mypy==1.10.1", - "ruff==0.5.1", + "mypy==1.11.0", + "ruff==0.5.4", "pyupgrade-directories==0.3.0", "bandit==1.7.9", - "semgrep==1.78.0", + "semgrep==1.80.0", "pytest-mypy-plugins==3.1.2", ] test-core = [ - "coverage[toml]==7.5.4", + "coverage[toml]==7.6.0", "pytest==8.2.2", "pytest-asyncio==0.23.7", ]