Skip to content

Commit 4a63d52

Browse files
Bump h2 from 4.1.0 to 4.3.0
Bumps [h2](https://github.com/python-hyper/h2) from 4.1.0 to 4.3.0. - [Changelog](https://github.com/python-hyper/h2/blob/master/CHANGELOG.rst) - [Commits](python-hyper/h2@v4.1.0...v4.3.0) --- updated-dependencies: - dependency-name: h2 dependency-version: 4.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac221f6 commit 4a63d52

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
@@ -35,5 +35,5 @@ dev = [
3535
"sphinx>=7.2.6,<7.3; python_version >= '3.9'", # for building docs
3636
"websockets>=13.1", # for tests
3737
# for tests, restrict to exact version for test_http_client/TestClientMockServer/_on_remote_settings_changed that relies on the implementation details. Also, this is no needs to update this package.
38-
"h2==4.1.0",
38+
"h2==4.3.0",
3939
]

0 commit comments

Comments
 (0)