Skip to content

Commit 60b3ce6

Browse files
authored
chore: Polish dev deps (#559)
1 parent df380d2 commit 60b3ce6

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,22 @@ scrapy = ["scrapy>=2.11.0"]
6565
dev = [
6666
"build~=1.3.0",
6767
"crawlee[parsel]",
68-
"dycw-pytest-only>=2.1.1",
69-
"griffe~=1.12.1",
68+
"dycw-pytest-only~=2.1.0",
69+
"griffe~=1.12.0",
7070
"mypy~=1.17.0",
7171
"pre-commit~=4.3.0",
7272
"pydoc-markdown~=4.8.0",
7373
"pytest-asyncio~=1.1.0",
7474
"pytest-cov~=6.2.0",
75-
"pytest-httpserver>=1.1.3",
76-
"pytest-timeout>=2.4.0",
75+
"pytest-httpserver~=1.1.0",
76+
"pytest-timeout~=2.4.0",
7777
"pytest-xdist~=3.8.0",
7878
"pytest~=8.4.0",
7979
"ruff~=0.12.0",
8080
"setuptools", # setuptools are used by pytest but not explicitly required
81-
"types-cachetools>=6.0.0.20250525",
81+
"types-cachetools~=6.0.0.20250525",
8282
"uvicorn[standard]",
83-
"werkzeug~=3.1.3", # Werkzeug is used by httpserver
83+
"werkzeug~=3.1.0", # Werkzeug is used by httpserver
8484
"yarl~=1.20.0", # yarl is used by crawlee
8585
]
8686

uv.lock

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

0 commit comments

Comments
 (0)