diff --git a/pdm.lock b/pdm.lock index 52a5de6..78655ca 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev", "hyper", "test"] strategy = ["cross_platform"] lock_version = "4.4.1" -content_hash = "sha256:91664edf0f56e9544e364af6d24b084c22c3f7eaedc75f7655536eccb80d3643" +content_hash = "sha256:d6ed0fcd749e428cb2be9f0f26ae6267f2e6304e005928d39853be63ebd018ff" [[package]] name = "anyio" @@ -283,18 +283,16 @@ files = [ [[package]] name = "httpcore" -version = "0.18.0" +version = "1.0.4" requires_python = ">=3.8" summary = "A minimal low-level HTTP client." dependencies = [ - "anyio<5.0,>=3.0", "certifi", "h11<0.15,>=0.13", - "sniffio==1.*", ] files = [ - {file = "httpcore-0.18.0-py3-none-any.whl", hash = "sha256:adc5398ee0a476567bf87467063ee63584a8bce86078bf748e48754f60202ced"}, - {file = "httpcore-0.18.0.tar.gz", hash = "sha256:13b5e5cd1dca1a6636a6aaea212b19f4f85cd88c366a2b82304181b769aab3c9"}, + {file = "httpcore-1.0.4-py3-none-any.whl", hash = "sha256:ac418c1db41bade2ad53ae2f3834a3a0f5ae76b56cf5aa497d2d033384fc7d73"}, + {file = "httpcore-1.0.4.tar.gz", hash = "sha256:cb2839ccfcba0d2d3c1131d3c3e26dfc327326fbe7a5dc0dbfe9f6c9151bb022"}, ] [[package]] @@ -348,33 +346,34 @@ files = [ [[package]] name = "httpx" -version = "0.25.0" +version = "0.27.0" requires_python = ">=3.8" summary = "The next generation HTTP client." dependencies = [ + "anyio", "certifi", - "httpcore<0.19.0,>=0.18.0", + "httpcore==1.*", "idna", "sniffio", ] files = [ - {file = "httpx-0.25.0-py3-none-any.whl", hash = "sha256:181ea7f8ba3a82578be86ef4171554dd45fec26a02556a744db029a0a27b7100"}, - {file = "httpx-0.25.0.tar.gz", hash = "sha256:47ecda285389cb32bb2691cc6e069e3ab0205956f681c5b2ad2325719751d875"}, + {file = "httpx-0.27.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"}, + {file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"}, ] [[package]] name = "httpx" -version = "0.25.0" +version = "0.27.0" extras = ["http2"] requires_python = ">=3.8" summary = "The next generation HTTP client." dependencies = [ "h2<5,>=3", - "httpx==0.25.0", + "httpx==0.27.0", ] files = [ - {file = "httpx-0.25.0-py3-none-any.whl", hash = "sha256:181ea7f8ba3a82578be86ef4171554dd45fec26a02556a744db029a0a27b7100"}, - {file = "httpx-0.25.0.tar.gz", hash = "sha256:47ecda285389cb32bb2691cc6e069e3ab0205956f681c5b2ad2325719751d875"}, + {file = "httpx-0.27.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"}, + {file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 55ac52a..3a213ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "tomli>=2.0.1; python_version < \"3.11\"", "pyyaml>=6.0.1", "playwright>=1.38.0", - "httpx[http2]>=0.25.0", + "httpx[http2]>=0.27.0", "Jinja2>=3.1.2", "tenacity>=8.2.3", "filetype>=1.2.0",