Skip to content

Commit 7585715

Browse files
committed
Downgraded pydantic version and bumped sarif-pydantic
1 parent dafebe9 commit 7585715

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
@@ -16,7 +16,7 @@ dependencies = [
1616
"isort>=5.12,<6.1",
1717
"libcst>=1.7,<1.8",
1818
"packaging>=23.2,<25.0",
19-
"pydantic~=2.11.1",
19+
"pydantic~=2.10.6",
2020
"pylint>=3.3,<3.4",
2121
"python-json-logger~=3.3.0",
2222
"PyYAML~=6.0.0",
@@ -25,7 +25,7 @@ dependencies = [
2525
"tomlkit~=0.13.0",
2626
"wrapt~=1.17.0",
2727
"chardet~=5.2.0",
28-
"sarif-pydantic~=0.5.0",
28+
"sarif-pydantic~=0.5.1",
2929
"setuptools~=78.1",
3030
]
3131
keywords = ["codemod", "codemods", "security", "fix", "fixes"]

0 commit comments

Comments
 (0)