Skip to content

Commit df1db36

Browse files
committed
tildas
1 parent 816abde commit df1db36

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@ dependencies = [
4242

4343
[dependency-groups]
4444
dev = [
45-
"dycw-pytest-only>=2.1.1",
45+
"dycw-pytest-only~=2.1.0",
4646
"griffe~=1.11.0",
4747
"mypy~=1.17.0",
4848
"pre-commit~=4.3.0",
4949
"pydoc-markdown~=4.8.0",
5050
"pytest-asyncio~=1.1.0",
5151
"pytest-cov~=6.2.0",
52-
"pytest-timeout>=2.4.0",
52+
"pytest-timeout~=2.4.0",
5353
"pytest-xdist~=3.8.0",
5454
"pytest~=8.4.0",
55-
"pytest-httpserver>=1.1.3",
55+
"pytest-httpserver~=1.1.0",
5656
"redbaron~=0.9.0",
5757
"respx~=0.22.0",
5858
"ruff~=0.12.0",
5959
"setuptools", # setuptools are used by pytest but not explicitly required
6060
"types-colorama~=0.4.15.20240106",
61-
"werkzeug~=3.1.3", # Werkzeug is used by pytest-httpserver
61+
"werkzeug~=3.1.0", # Werkzeug is used by pytest-httpserver
6262
]
6363

6464
[tool.hatch.build.targets.wheel]

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)