Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Loading