diff --git a/poetry.lock b/poetry.lock index b045f6a..41cfa5f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -208,19 +208,20 @@ socks = ["socksio (>=1.0.0,<2.0.0)"] [[package]] name = "httpx" -version = "0.24.1" +version = "0.25.1" description = "The next generation HTTP client." category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "httpx-0.24.1-py3-none-any.whl", hash = "sha256:06781eb9ac53cde990577af654bd990a4949de37a28bdb4a230d434f3a30b9bd"}, - {file = "httpx-0.24.1.tar.gz", hash = "sha256:5853a43053df830c20f8110c5e69fe44d035d850b2dfe795e196f00fdb774bdd"}, + {file = "httpx-0.25.1-py3-none-any.whl", hash = "sha256:fec7d6cc5c27c578a391f7e87b9aa7d3d8fbcd034f6399f9f79b45bcc12a866a"}, + {file = "httpx-0.25.1.tar.gz", hash = "sha256:ffd96d5cf901e63863d9f1b4b6807861dbea4d301613415d9e6e57ead15fc5d0"}, ] [package.dependencies] +anyio = "*" certifi = "*" -httpcore = ">=0.15.0,<0.18.0" +httpcore = "*" idna = "*" sniffio = "*" @@ -788,4 +789,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "04430e29d27f594430ed1a4727a50465add5c064fca5b4a6bc3122ce28f98ac0" +content-hash = "5d0e5987f51b442aee3b3cc1725c98bcc4249720040ce3ccd8b54fc1d07f0d14" diff --git a/pyproject.toml b/pyproject.toml index 91e7dbd..35e79ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.12,<3.13" -httpx = ">=0.24,<0.25" +httpx = ">=0.25,<0.26" rich = "^13.0.0" typer = ">=0.9.0,<0.10.0" packaging = ">=23,<23.3"