Skip to content

Commit d4094d1

Browse files
chore(deps-dev): bump the python-deps group across 1 directory with 3 updates
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [ruff](https://github.com/astral-sh/ruff) and [hatchling](https://github.com/pypa/hatch) to permit the latest version. Updates `pytest` from 9.1.0 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.1.0...9.1.1) Updates `ruff` from 0.15.17 to 0.15.20 - [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.17...0.15.20) Updates `hatchling` to 1.30.1 - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](pypa/hatch@hatchling-v1.27.0...hatchling-v1.30.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: hatchling dependency-version: 1.30.1 dependency-type: direct:development dependency-group: python-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d3ff3f4 commit d4094d1

7 files changed

Lines changed: 31 additions & 31 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.27"]
2+
requires = ["hatchling>=1.30.1"]
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.27"]
2+
requires = ["hatchling>=1.30.1"]
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.27"]
2+
requires = ["hatchling>=1.30.1"]
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.27"]
2+
requires = ["hatchling>=1.30.1"]
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.27"]
2+
requires = ["hatchling>=1.30.1"]
33
build-backend = "hatchling.build"
44

55
[project]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ dexpace-sdk-http-requests = { workspace = true }
2323

2424
[dependency-groups]
2525
dev = [
26-
"pytest>=9.1.0",
26+
"pytest>=9.1.1",
2727
"pytest-cov>=4.1",
2828
"pytest-asyncio>=1.4.0",
29-
"ruff>=0.15.17",
29+
"ruff>=0.15.20",
3030
"mypy>=1.10",
3131
]
3232

uv.lock

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

0 commit comments

Comments
 (0)