diff options
Diffstat (limited to '')
| -rw-r--r-- | poetry.lock | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/poetry.lock b/poetry.lock index 1977ede8e..bdf7fe891 100644 --- a/poetry.lock +++ b/poetry.lock @@ -815,31 +815,31 @@ files = [  [[package]]  name = "h11" -version = "0.14.0" +version = "0.16.0"  description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"  optional = false -python-versions = ">=3.7" +python-versions = ">=3.8"  groups = ["dev"]  files = [ -    {file = "h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761"}, -    {file = "h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"}, +    {file = "h11-0.16.0-py3-none-any.whl", hash = "sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86"}, +    {file = "h11-0.16.0.tar.gz", hash = "sha256:4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1"},  ]  [[package]]  name = "httpcore" -version = "1.0.7" +version = "1.0.9"  description = "A minimal low-level HTTP client."  optional = false  python-versions = ">=3.8"  groups = ["dev"]  files = [ -    {file = "httpcore-1.0.7-py3-none-any.whl", hash = "sha256:a3fff8f43dc260d5bd363d9f9cf1830fa3a458b332856f34282de498ed420edd"}, -    {file = "httpcore-1.0.7.tar.gz", hash = "sha256:8551cb62a169ec7162ac7be8d4817d561f60e08eaa485234898414bb5a8a0b4c"}, +    {file = "httpcore-1.0.9-py3-none-any.whl", hash = "sha256:2d400746a40668fc9dec9810239072b40b4484b640a8c38fd654a024c7a1bf55"}, +    {file = "httpcore-1.0.9.tar.gz", hash = "sha256:6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8"},  ]  [package.dependencies]  certifi = "*" -h11 = ">=0.13,<0.15" +h11 = ">=0.16"  [package.extras]  asyncio = ["anyio (>=4.0,<5.0)"] | 
