Skip to content

Commit d9b0b20

Browse files
deps: update httpx requirement from <0.28,>=0.27 to >=0.27,<0.29
Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.27.0...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b248677 commit d9b0b20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
dev = [
3939
"pytest>=8.2,<9.0",
4040
"pytest-asyncio>=0.23,<0.24",
41-
"httpx>=0.27,<0.28",
41+
"httpx>=0.27,<0.29",
4242
"black>=24.4,<25.0",
4343
"isort>=5.13,<6.0",
4444
"coverage[toml]>=7.5,<8.0",

0 commit comments

Comments
 (0)