Skip to content

Commit 8a69686

Browse files
Pin dependencies higher
And make `ruff` use a compatible range, so that the formatting doesn't change when run on highest resolution.
1 parent 002482f commit 8a69686

File tree

2 files changed

+217
-216
lines changed

2 files changed

+217
-216
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ dev = [
3939
"brotli>=1.1.0",
4040
"connect-python-example",
4141
"coverage>=7.10",
42-
"flask>=3.1.1",
43-
"just-bin; sys_platform != 'win32'",
42+
"flask>=3.1.2",
43+
"just-bin>=1.42.4; sys_platform != 'win32'",
4444
"mkdocs>=1.6.1",
45-
"mkdocs-material>=9.6.16",
46-
"mkdocstrings[python]>=0.30.0",
47-
"pyright[nodejs]>=1.1.403",
48-
"pytest>=8.4.1",
45+
"mkdocs-material>=9.6.20",
46+
"mkdocstrings[python]>=0.30.1",
47+
"pyright[nodejs]>=1.1.405",
48+
"pytest>=8.4.2",
4949
"pytest-asyncio>=1.1.0",
50-
"pytest-cov>=6.2.1",
51-
"ruff>=0.12.7",
52-
"typing_extensions>=4.14.1",
53-
"zstandard>=0.24.0",
50+
"pytest-cov>=7.0.0",
51+
"ruff~=0.12", # Stay compatible with 0.12 until we want to bump to 0.13, where formatting may change
52+
"typing_extensions>=4.15.0",
53+
"zstandard>=0.25.0",
5454
]
5555

5656
[build-system]

0 commit comments

Comments
 (0)