Skip to content

Commit 619cc7d

Browse files
dependabot[bot]feodor-ra
authored andcommitted
chore(deps-dev): bump the python-dev group across 1 directory with 4 updates
Updates the requirements on [httpx2](https://github.com/pydantic/httpx2), [ruff](https://github.com/astral-sh/ruff), [ty](https://github.com/astral-sh/ty) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `httpx2` from 2.7.0 to 2.9.1 - [Release notes](https://github.com/pydantic/httpx2/releases) - [Changelog](https://github.com/pydantic/httpx2/blob/main/src/httpx2/CHANGELOG.md) - [Commits](pydantic/httpx2@v2.7.0...v2.9.1) Updates `ruff` from 0.15.22 to 0.16.0 - [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.0) Updates `ty` from 0.0.61 to 0.0.63 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.61...0.0.63) Updates `uv-build` to 0.11.32 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.11.30...0.11.32) --- updated-dependencies: - dependency-name: httpx2 dependency-version: 2.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dev - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dev - dependency-name: ty dependency-version: 0.0.63 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dev - dependency-name: uv-build dependency-version: 0.11.32 dependency-type: direct:development dependency-group: python-dev ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b8f54b3 commit 619cc7d

2 files changed

Lines changed: 51 additions & 51 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Repository = "https://github.com/feodor-ra/fastapi-typed-errors"
4242
Issues = "https://github.com/feodor-ra/fastapi-typed-errors/issues"
4343

4444
[build-system]
45-
requires = ["uv_build>=0.11.30,<0.12.0"]
45+
requires = ["uv_build>=0.11.32,<0.12.0"]
4646
build-backend = "uv_build"
4747

4848
[tool.ruff]
@@ -98,11 +98,11 @@ dev = [
9898
"anyio~=4.14.2",
9999
# Both TestClient transports: old starlette (fastapi floor) imports httpx, new starlette imports httpx2.
100100
"httpx~=0.28.0",
101-
"httpx2~=2.7.0",
101+
"httpx2~=2.9.1",
102102
"pytest~=9.1.1",
103103
"pytest-cov~=7.1.0",
104-
"ruff==0.15.22",
105-
"ty==0.0.61",
104+
"ruff==0.16.0",
105+
"ty==0.0.63",
106106
"typer~=0.27.0",
107107
]
108108
docs = [

0 commit comments

Comments
 (0)