Skip to content

Commit 51470b9

Browse files
Update all non-major dependencies
1 parent 8b36982 commit 51470b9

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ dependencies = [
1414
"boltons>=21.0,<25.1",
1515
"GitPython<4",
1616
"isort>=6.1,<7",
17-
"libcst>=1.8,<1.9",
17+
"libcst>=1.9,<1.10",
1818
"packaging>=24.2,<25.1",
1919
"pydantic~=2.12.3",
2020
"pylint>=4,<4.1",
21-
"python-json-logger~=4.0.0",
21+
"python-json-logger~=4.2.0",
2222
"PyYAML~=6.0.0",
2323
"toml~=0.10.2",
24-
"tomlkit~=0.13.0",
24+
"tomlkit~=0.15.1",
2525
"wrapt~=1.17.0",
2626
"chardet~=5.2.0",
2727
"sarif-pydantic~=0.6.1",
@@ -57,12 +57,12 @@ semgrep = [
5757
]
5858
test = [
5959
"azure-ai-inference>=1.0.0b1,<2.0",
60-
"coverage>=7.12,<7.13",
60+
"coverage>=7.16,<7.17",
6161
"coverage-threshold~=0.4",
6262
"defusedxml==0.7.1",
63-
"types-defusedxml==0.7.0.20250822",
63+
"types-defusedxml==0.7.0.20260504",
6464
"flask-wtf==1.2.2",
65-
"types-WTForms==3.2.1.20250809",
65+
"types-WTForms==3.2.1.20260518",
6666
"Flask<4",
6767
"httpx~=0.27",
6868
"Jinja2~=3.1.2",
@@ -71,7 +71,7 @@ test = [
7171
"openai>=1.109,<1.110",
7272
"mock==5.2.*",
7373
"pre-commit<5",
74-
"Pyjwt~=2.10.0",
74+
"Pyjwt~=2.13.0",
7575
"pytest>=8.2,<9",
7676
"pytest-asyncio~=1.0",
7777
"pytest-cov>=7,<8",
@@ -83,12 +83,12 @@ test = [
8383
"types-mock==5.2.*",
8484
"django>=4,<6",
8585
"numpy ==2.2.6; python_version == '3.10'",
86-
"numpy ~= 2.3.0; python_version > '3.10'",
87-
"flask_wtf~=1.2.0",
86+
"numpy ~=2.5.2; python_version > '3.10'",
87+
"flask_wtf~=1.3.0",
8888
"fickling~=0.1.0,>=0.1.3",
8989
"graphql-server~=3.0.0b9",
9090
"unidiff>=0.7.5",
91-
"semgrep>=1.144,<1.145",
91+
"semgrep>=1.176,<1.177",
9292
]
9393
complexity = [
9494
"radon==6.0.*",

0 commit comments

Comments
 (0)