From 5cc14f37b5f95bc8a32b13e001cd698111849fd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 22:18:24 +0000 Subject: [PATCH] Bump h11 from 0.14.0 to 0.16.0 in /pcstac Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. - [Commits](https://github.com/python-hyper/h11/compare/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] --- pcstac/requirements-server.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcstac/requirements-server.txt b/pcstac/requirements-server.txt index 44ca2839..b2eca0f2 100644 --- a/pcstac/requirements-server.txt +++ b/pcstac/requirements-server.txt @@ -42,7 +42,7 @@ fire==0.4.0 # via pypgstac geojson-pydantic==1.1.0 # via stac-pydantic -h11==0.14.0 +h11==0.16.0 # via uvicorn httptools==0.6.1 # via uvicorn