diff --git a/poetry.lock b/poetry.lock index 7a3b112..02a63e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -609,18 +609,19 @@ test = ["Cython (>=0.29.24,<0.30.0)"] [[package]] name = "httpx" -version = "0.24.1" +version = "0.25.1" description = "The next generation HTTP client." 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 = "*" @@ -2074,4 +2075,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a726c05a4800c83d91b4789e57e1c78e672a77b79bf052f7eb48f3250f8d5d32" +content-hash = "878d9a670d902c7f4cb7ef584c944a12e493d534e45c437ff0982d9fec558b46" diff --git a/pyproject.toml b/pyproject.toml index 7b9b097..23f0475 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ python = "^3.10" tinydb = "^4.7.1" nonebot2 = { extras = ["fastapi"], version = "^2.0.0" } -httpx = ">=0.23.3,<0.25.0" +httpx = ">=0.23.3,<0.26.0" nonebot-plugin-htmlrender = "^0.2.0.3" nonebot-plugin-apscheduler = ">=0.2,<0.4" nonebot-plugin-send-anything-anywhere = "^0.2.2"