diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-04-29 15:17:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-29 15:17:55 +0100 |
commit | a3cfdeb1d7e490aacfb2d90a09550e9ccca17db6 (patch) | |
tree | 63d88335117d1fa280b336548f1472be1c8cdaf1 | |
parent | bb9a1a3deaa9959e02c19ba5d5b17f1b1dbd9dd4 (diff) | |
parent | e2cccc2d8a6f126797de5df46b988e53c3490c41 (diff) | |
download | vyos-http-api-tools-a3cfdeb1d7e490aacfb2d90a09550e9ccca17db6.tar.gz vyos-http-api-tools-a3cfdeb1d7e490aacfb2d90a09550e9ccca17db6.zip |
build(deps): bump h11 from 0.14.0 to 0.16.0
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 9fe008f..7e877d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ graphql-core==3.2.5 # via # ariadne # sgqlc -h11==0.14.0 +h11==0.16.0 # via # uvicorn # wsproto |