Skip to content

Commit 9da5e70

Browse files
chore(deps): bump h11 from 0.14.0 to 0.16.0 (#20)
Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. - [Commits](python-hyper/h11@v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 812ec29 commit 9da5e70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"fastapi-utils==0.7.0",
2929
"greenlet==3.1.1",
3030
"gunicorn==23.0.0",
31-
"h11==0.14.0",
31+
"h11==0.16.0",
3232
"httpcore==1.0.5",
3333
"httptools==0.6.4",
3434
"httpx==0.27.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ greenlet==3.1.1
8383
# via oleapi (pyproject.toml)
8484
gunicorn==23.0.0
8585
# via oleapi (pyproject.toml)
86-
h11==0.14.0
86+
h11==0.16.0
8787
# via
8888
# oleapi (pyproject.toml)
8989
# httpcore

0 commit comments

Comments
 (0)