Skip to content

Commit f7204ff

Browse files
authored
Merge branch 'main' into main
2 parents ce3fe7f + e18d377 commit f7204ff

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yml

-2
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ flake8-use-fstring = "1.4"
9595
pep8-naming = "0.14.1"
9696
isort = "5.13.2"
9797
autopep8 = "2.3.1"
98-
mypy = "1.12.0"
98+
mypy = "1.13.0"
9999
tomli = { version = "2.0.2", python = "<3.11" }
100-
tox = "4.23.0"
100+
tox = "4.23.2"
101101
xmldiff = "2.7.0"
102102
bandit = "1.7.10"
103103

0 commit comments

Comments
 (0)