We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3cbcd commit 2744f4cCopy full SHA for 2744f4c
2 files changed
pyproject.toml
@@ -43,14 +43,14 @@ site = [
43
"typestats-site",
44
]
45
test = [
46
- "pytest>=9.0.2",
47
- "pytest-httpx>=0.36.0,<1",
+ "pytest>=9.0.3",
+ "pytest-httpx>=0.36.2",
48
49
dev = [
50
{ include-group = "site" },
51
{ include-group = "test" },
52
"dprint-py==0.53.1.0",
53
- "pyrefly==0.60.0",
+ "pyrefly==0.60.2",
54
"uvloop>=0.22.1,<1; sys_platform != 'win32'",
55
56
0 commit comments