Skip to content

Commit 3d8cdb3

Browse files
authored
Merge branch 'main' into lelia/monorepo-scan-diagnostics
2 parents 464b1b8 + 636b480 commit 3d8cdb3

4 files changed

Lines changed: 70 additions & 70 deletions

File tree

.github/actions/setup-sfw/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
python-version: "3.12"
3333

3434
- if: ${{ inputs.node == 'true' }}
35-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
35+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3636
with:
3737
node-version: "20"
3838

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
python-version: '3.12'
8686

87-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
87+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
8888
if: matrix.setup-node == 'true'
8989
with:
9090
node-version: '20'

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"hatchling==1.31.0"
3+
"hatchling==1.32.0"
44
]
55
build-backend = "hatchling.build"
66

@@ -14,8 +14,8 @@ dependencies = [
1414
"mdutils==1.8.1",
1515
"prettytable==3.18.0",
1616
"GitPython==3.1.59",
17-
"packaging==26.2",
18-
"python-dotenv==1.2.2",
17+
"packaging==26.3",
18+
"python-dotenv==1.2.3",
1919
"socketdev==3.5.0",
2020
"beautifulsoup4==4.15.0",
2121
"markdown==3.10.3",
@@ -47,11 +47,11 @@ test = [
4747
"pytest-watch==4.2.0"
4848
]
4949
dev = [
50-
"ruff==0.16.1",
50+
"ruff==0.16.3",
5151
"twine==7.0.0", # for building
52-
"uv==0.12.0", # for dependency management
53-
"pre-commit==4.6.1",
54-
"hatch==1.17.1"
52+
"uv==0.12.5", # for dependency management
53+
"pre-commit==4.6.2",
54+
"hatch==1.18.0"
5555
]
5656

5757
[project.scripts]

0 commit comments

Comments
 (0)