Skip to content

Commit ed20cd4

Browse files
author
raidendotai
committed
python-cua: requirements versions
1 parent 6010fea commit ed20cd4

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

templates/python/cua/pyproject.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
88
"annotated-types==0.7.0",
9-
"anyio==4.8.0",
10-
"certifi==2025.1.31",
11-
"charset-normalizer==3.4.1",
9+
"anyio==4.9.0",
10+
"certifi==2025.6.15",
11+
"charset-normalizer==3.4.2",
1212
"distro==1.9.0",
13-
"greenlet==3.1.1",
14-
"h11==0.14.0",
15-
"httpcore==1.0.7",
13+
"greenlet==3.2.3",
14+
"h11==0.16.0",
15+
"httpcore==1.0.9",
1616
"httpx==0.28.1",
1717
"idna==3.10",
18-
"jiter==0.8.2",
19-
"pillow==11.1.0",
20-
"playwright==1.50.0",
21-
"pydantic==2.10.6",
22-
"pydantic_core==2.27.2",
23-
"pyee==12.1.1",
24-
"python-dotenv==1.0.1",
25-
"requests==2.32.3",
18+
"jiter==0.10.0",
19+
"pillow==11.2.1",
20+
"playwright==1.52.0",
21+
"pydantic==2.11.7",
22+
"pydantic_core==2.35.1",
23+
"pyee==13.0.0",
24+
"python-dotenv==1.1.0",
25+
"requests==2.32.4",
2626
"sniffio==1.3.1",
27-
"typing_extensions==4.12.2",
28-
"urllib3==2.3.0",
27+
"typing_extensions==4.14.0",
28+
"urllib3==2.5.0",
2929
]

0 commit comments

Comments
 (0)