From 5c836d296631e0fdd9a7bf8223f76b72f040428c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 14:26:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Pin=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yaml | 2 +- pyproject.toml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7dcd8742..7c68b313 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -101,7 +101,7 @@ jobs: - name: SonarQube Cloud Scan if: env.HAS_SONAR_TOKEN == 'true' && (github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork) # yamllint disable-line rule:line-length - uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2 + uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index 20e92376..450c5b84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -194,24 +194,24 @@ dev = [ "flake8==7.3.0", "flake8-simplify==0.30.0", # hatch is required to support type hinting and proper packaging of the py.typed file. - "hatch>=1.14.1", + "hatch==1.18.0", "isort==8.0.1", "ty==0.0.72", - "prek>=0.3.3", + "prek==0.4.14", "pre-commit-hooks==6.0.0", "pylint==4.0.7", - "pytest>=8.3.5", + "pytest==9.1.1", "pytest-asyncio==1.4.0", "pytest-cov==7.1.0", - "pytest-xdist>=3.8.0", + "pytest-xdist==3.8.0", "pyupgrade==3.21.2", "ruff==0.16.3", "safety==3.8.1", "vulture==2.16", "yamllint==1.38.0", - "zeroconf>=0.148.0", + "zeroconf==0.150.0", ] docs = [ - "mkdocs-material>=9.6", - "mkdocstrings[python]>=0.29", + "mkdocs-material==9.7.7", + "mkdocstrings[python]==1.0.6", ]