Skip to content

Commit 9b73287

Browse files
authored
Merge branch 'master' into update-to-ruff-012
2 parents 31627a5 + 55f5e3e commit 9b73287

File tree

2 files changed

+31
-13
lines changed

2 files changed

+31
-13
lines changed

pyproject.toml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ readme = "README.md"
1212
requires-python = ">=3.9"
1313
classifiers = [
1414
"Development Status :: 5 - Production/Stable",
15+
"Environment :: Console",
1516
"Intended Audience :: Developers",
1617
"License :: OSI Approved :: Apache Software License",
1718
"Operating System :: OS Independent",
@@ -51,28 +52,31 @@ dependencies = [
5152
scrapy = ["scrapy>=2.11.0"]
5253

5354
[project.urls]
54-
"Homepage" = "https://docs.apify.com/sdk/python/"
55-
"Apify homepage" = "https://apify.com"
55+
"Apify Homepage" = "https://apify.com"
5656
"Changelog" = "https://docs.apify.com/sdk/python/docs/changelog"
57-
"Documentation" = "https://docs.apify.com/sdk/python/"
58-
"Issue tracker" = "https://github.com/apify/apify-sdk-python/issues"
59-
"Repository" = "https://github.com/apify/apify-sdk-python"
57+
"Discord" = "https://discord.com/invite/jyEM2PRvMU"
58+
"Documentation" = "https://docs.apify.com/sdk/python/docs/overview/introduction"
59+
"Homepage" = "https://docs.apify.com/sdk/python/"
60+
"Issue Tracker" = "https://github.com/apify/apify-sdk-python/issues"
61+
"Release Notes" = "https://docs.apify.com/sdk/python/docs/upgrading/upgrading-to-v2"
62+
"Source Code" = "https://github.com/apify/apify-sdk-python"
6063

6164
[dependency-groups]
6265
dev = [
6366
"build~=1.2.0",
67+
"dycw-pytest-only>=2.1.1",
6468
"griffe~=1.7.0",
6569
"mypy~=1.16.0",
6670
"pre-commit~=4.2.0",
6771
"pydoc-markdown~=4.8.0",
6872
"pytest-asyncio~=1.0.0",
6973
"pytest-cov~=6.2.0",
70-
"pytest-only~=2.1.0",
74+
"pytest-timeout>=2.4.0",
7175
"pytest-xdist~=3.8.0",
7276
"pytest~=8.4.0",
7377
"respx~=0.22.0",
7478
"ruff~=0.12.0",
75-
"setuptools", # setuptools are used by pytest but not explicitly required
79+
"setuptools", # setuptools are used by pytest but not explicitly required
7680
]
7781

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

uv.lock

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

0 commit comments

Comments
 (0)