Skip to content

Commit f563d87

Browse files
committed
Unpin versions from doceker file requirements.txt
1 parent c618ab6 commit f563d87

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ scrapy = ["scrapy>=2.11.0"]
6363
[dependency-groups]
6464
dev = [
6565
"build~=1.3.0",
66-
"crawlee[parsel]~=0.6.0",
66+
"crawlee[parsel]",
6767
"dycw-pytest-only>=2.1.1",
6868
"griffe~=1.9.0",
6969
"mypy~=1.17.0",
@@ -77,7 +77,7 @@ dev = [
7777
"respx~=0.22.0",
7878
"ruff~=0.12.0",
7979
"setuptools", # setuptools are used by pytest but not explicitly required
80-
"uvicorn[standard]~=0.35.0",
80+
"uvicorn[standard]",
8181
]
8282

8383
[tool.hatch.build.targets.wheel]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# The test fixture will put the Apify SDK wheel path on the next line
22
APIFY_SDK_WHEEL_PLACEHOLDER
3-
uvicorn[standard]~=0.35.0
4-
crawlee[parsel]~=0.6.0
3+
uvicorn[standard]
4+
crawlee

uv.lock

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

0 commit comments

Comments
 (0)