Skip to content

Commit 1f2788c

Browse files
Update all non-major dependencies (#1065)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59ccf92 commit 1f2788c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"boltons>=21.0,<25.1",
1515
"GitPython<4",
1616
"isort>=5.12,<6.1",
17-
"libcst>=1.7,<1.8",
17+
"libcst>=1.8,<1.9",
1818
"packaging>=24.2,<25.1",
1919
# do not update pydantic due to inconsistent test failures
2020
"pydantic~=2.10.6",
@@ -52,7 +52,7 @@ get-hashes = 'codemodder.scripts.get_hashes:main'
5252

5353
[project.optional-dependencies]
5454
semgrep = [
55-
"semgrep>=1.122,<1.123",
55+
"semgrep>=1.123,<1.124",
5656
]
5757
test = [
5858
"azure-ai-inference>=1.0.0b1,<2.0",
@@ -61,13 +61,13 @@ test = [
6161
"defusedxml==0.7.1",
6262
"types-defusedxml==0.7.0.20250516",
6363
"flask-wtf==1.2.2",
64-
"types-WTForms==3.2.1.20250401",
64+
"types-WTForms==3.2.1.20250602",
6565
"Flask<4",
6666
"httpx~=0.27",
6767
"Jinja2~=3.1.2",
68-
"jsonschema~=4.23.0",
68+
"jsonschema~=4.24.0",
6969
"lxml>=5.3.0,<6.0.0",
70-
"openai>=1.82,<1.83",
70+
"openai>=1.84,<1.85",
7171
"mock==5.2.*",
7272
"pre-commit<5",
7373
"Pyjwt~=2.10.0",
@@ -86,14 +86,14 @@ test = [
8686
"fickling~=0.1.0,>=0.1.3",
8787
"graphql-server~=3.0.0b7",
8888
"unidiff>=0.7.5",
89-
"semgrep>=1.122,<1.123",
89+
"semgrep>=1.123,<1.124",
9090
]
9191
complexity = [
9292
"radon==6.0.*",
9393
"xenon==0.9.*",
9494
]
9595
openai = [
96-
"openai>=1.82,<1.83",
96+
"openai>=1.84,<1.85",
9797
]
9898
azure = [
9999
"azure-ai-inference>=1.0.0b1,<2.0",

0 commit comments

Comments
 (0)