Skip to content

Commit 78b28c7

Browse files
authored
Merge branch 'main' into add-bom-link-helper
2 parents ec569e2 + e18d377 commit 78b28c7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Release
22

33
on:
4-
push:
5-
branches: [ 'main', 'master' ]
64
workflow_dispatch:
75
inputs:
86
release_force:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ flake8-use-fstring = "1.4"
9494
pep8-naming = "0.14.1"
9595
isort = "5.13.2"
9696
autopep8 = "2.3.1"
97-
mypy = "1.12.0"
97+
mypy = "1.13.0"
9898
tomli = { version = "2.0.2", python = "<3.11" }
99-
tox = "4.23.0"
99+
tox = "4.23.2"
100100
xmldiff = "2.7.0"
101101
bandit = "1.7.10"
102102

0 commit comments

Comments
 (0)