Skip to content

Commit 2a9c7b5

Browse files
authored
Merge branch 'main' into feat/bom.definitions-full
2 parents 467d7f7 + 8c14a87 commit 2a9c7b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ ddt = "1.7.2"
8686
coverage = "7.6.1"
8787
flake8 = { version="7.1.1", python=">=3.8.1" }
8888
flake8-annotations = { version="3.1.1", python=">=3.8.1" }
89-
flake8-bugbear = { version="24.10.31", python=">=3.8.1" }
89+
flake8-bugbear = { version="24.12.12", python=">=3.8.1" }
9090
flake8-copyright-validator = "0.0.1"
9191
flake8-isort = "6.1.1"
9292
flake8-quotes = "3.4.0"
9393
flake8-use-fstring = "1.4"
9494
pep8-naming = "0.14.1"
9595
isort = "5.13.2"
9696
autopep8 = "2.3.1"
97-
mypy = "1.13.0"
97+
mypy = "1.14.1"
9898
tomli = { version = "2.2.1", python = "<3.11" }
9999
tox = "4.23.2"
100100
xmldiff = "2.7.0"

0 commit comments

Comments
 (0)