Skip to content

Commit b91dc9e

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

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
@@ -16,11 +16,11 @@ dependencies = [
1616
"isort>=5.12,<6.1",
1717
"libcst>=1.7,<1.8",
1818
"packaging>=23.2,<25.0",
19-
"pydantic~=2.10.1",
19+
"pydantic~=2.11.1",
2020
"pylint>=3.3,<3.4",
2121
"python-json-logger~=3.3.0",
2222
"PyYAML~=6.0.0",
23-
"semgrep>=1.114,<1.115",
23+
"semgrep>=1.116,<1.117",
2424
"toml~=0.10.2",
2525
"tomlkit~=0.13.0",
2626
"wrapt~=1.17.0",
@@ -51,24 +51,24 @@ get-hashes = 'codemodder.scripts.get_hashes:main'
5151
[project.optional-dependencies]
5252
test = [
5353
"azure-ai-inference>=1.0.0b1,<2.0",
54-
"coverage>=7.7,<7.8",
54+
"coverage>=7.8,<7.9",
5555
"coverage-threshold~=0.4",
5656
"defusedxml==0.7.1",
5757
"types-defusedxml==0.7.0.20240218",
5858
"flask-wtf==1.2.2",
59-
"types-WTForms==3.2.1.20250304",
59+
"types-WTForms==3.2.1.20250401",
6060
"Flask<4",
6161
"httpx~=0.27",
6262
"Jinja2~=3.1.2",
6363
"jsonschema~=4.23.0",
6464
"lxml>=5.3.0,<6.0.0",
65-
"openai>=1.68,<1.69",
65+
"openai>=1.70,<1.71",
6666
"mock==5.2.*",
6767
"pre-commit<5",
6868
"Pyjwt~=2.10.0",
6969
"pytest>=8.2,<9",
7070
"pytest-asyncio~=0.23",
71-
"pytest-cov>=4.1,<6.1",
71+
"pytest-cov>=6.1,<7",
7272
"pytest-mock>=3.12,<3.15",
7373
"pytest-randomly==3.*",
7474
"pytest-xdist==3.*",
@@ -86,7 +86,7 @@ complexity = [
8686
"xenon==0.9.*",
8787
]
8888
openai = [
89-
"openai>=1.68,<1.69",
89+
"openai>=1.70,<1.71",
9090
]
9191
azure = [
9292
"azure-ai-inference>=1.0.0b1,<2.0",

0 commit comments

Comments
 (0)