Skip to content

Commit 5c803f0

Browse files
chore(deps-dev): bump the python-deps group across 1 directory with 4 updates
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis), [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy) and [hatchling](https://github.com/pypa/hatch) to permit the latest version. Updates `hypothesis` from 6.157.2 to 6.165.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@v6.157.2...v6.165.9) Updates `ruff` from 0.15.22 to 0.16.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.22...0.16.3) Updates `mypy` from 2.3.0 to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.3.0...v2.3.1) Updates `hatchling` to 1.32.0 - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](pypa/hatch@hatchling-v1.31.0...hatchling-v1.32.0) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.165.9 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: hatchling dependency-version: 1.32.0 dependency-type: direct:development dependency-group: python-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b045292 commit 5c803f0

8 files changed

Lines changed: 136 additions & 104 deletions

File tree

packages/dexpace-sdk-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling>=1.31.0"]
2+
requires = ["hatchling>=1.32.0"]
33
build-backend = "hatchling.build"
44

55
[project]

packages/dexpace-sdk-http-aiohttp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling>=1.31.0"]
2+
requires = ["hatchling>=1.32.0"]
33
build-backend = "hatchling.build"
44

55
[project]

packages/dexpace-sdk-http-httpx/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling>=1.31.0"]
2+
requires = ["hatchling>=1.32.0"]
33
build-backend = "hatchling.build"
44

55
[project]

packages/dexpace-sdk-http-requests/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling>=1.31.0"]
2+
requires = ["hatchling>=1.32.0"]
33
build-backend = "hatchling.build"
44

55
[project]

packages/dexpace-sdk-http-stdlib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling>=1.31.0"]
2+
requires = ["hatchling>=1.32.0"]
33
build-backend = "hatchling.build"
44

55
[project]

packages/dexpace-sdk-tck/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
test = [
4141
"pytest>=9.1.0",
4242
"pytest-asyncio>=1.4.0",
43-
"hypothesis>=6.157.2",
43+
"hypothesis>=6.165.9",
4444
]
4545

4646
[project.urls]

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ dev = [
2828
"pytest>=9.1.0",
2929
"pytest-cov>=4.1",
3030
"pytest-asyncio>=1.4.0",
31-
"hypothesis>=6.157.2",
32-
"ruff>=0.15.22",
33-
"mypy>=1.10",
31+
"hypothesis>=6.165.9",
32+
"ruff>=0.16.3",
33+
"mypy>=2.3.1",
3434
"import-linter>=2.0",
3535
]
3636

uv.lock

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

0 commit comments

Comments
 (0)