Skip to content

Commit 847f099

Browse files
Update httpx requirement from >=0.24 to >=0.28.1 (#991)
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.24.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper Nielsen <casper@diagrid.io>
1 parent 84ceea1 commit 847f099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ wheel
88
# used in unit test only
99
opentelemetry-sdk
1010
opentelemetry-instrumentation-grpc
11-
httpx>=0.24
11+
httpx>=0.28.1
1212
pyOpenSSL>=26.0.0
1313
# needed for type checking
1414
Flask>=1.1

0 commit comments

Comments
 (0)