diff --git a/poetry.lock b/poetry.lock index f4fdb11..5cfd257 100644 --- a/poetry.lock +++ b/poetry.lock @@ -178,13 +178,13 @@ files = [ [[package]] name = "httpcore" -version = "0.16.3" +version = "0.18.0" description = "A minimal low-level HTTP client." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "httpcore-0.16.3-py3-none-any.whl", hash = "sha256:da1fb708784a938aa084bde4feb8317056c55037247c787bd7e19eb2c2949dc0"}, - {file = "httpcore-0.16.3.tar.gz", hash = "sha256:c5d6f04e2fc530f39e0c077e6a30caa53f1451096120f1f38b954afd0b17c0cb"}, + {file = "httpcore-0.18.0-py3-none-any.whl", hash = "sha256:adc5398ee0a476567bf87467063ee63584a8bce86078bf748e48754f60202ced"}, + {file = "httpcore-0.18.0.tar.gz", hash = "sha256:13b5e5cd1dca1a6636a6aaea212b19f4f85cd88c366a2b82304181b769aab3c9"}, ] [package.dependencies] @@ -199,18 +199,18 @@ socks = ["socksio (==1.*)"] [[package]] name = "httpx" -version = "0.24.1" +version = "0.25.0" 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.0-py3-none-any.whl", hash = "sha256:181ea7f8ba3a82578be86ef4171554dd45fec26a02556a744db029a0a27b7100"}, + {file = "httpx-0.25.0.tar.gz", hash = "sha256:47ecda285389cb32bb2691cc6e069e3ab0205956f681c5b2ad2325719751d875"}, ] [package.dependencies] certifi = "*" -httpcore = ">=0.15.0,<0.18.0" +httpcore = ">=0.18.0,<0.19.0" idna = "*" sniffio = "*" socksio = {version = "==1.*", optional = true, markers = "extra == \"socks\""} @@ -371,13 +371,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pyright" -version = "1.1.326" +version = "1.1.327" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.326-py3-none-any.whl", hash = "sha256:f3c5047465138558d3d106a9464cc097cf2c3611da6edcf5b535cc1fdebd45db"}, - {file = "pyright-1.1.326.tar.gz", hash = "sha256:cecbe026b14034ba0750db605718a8c2605552387c5772dfaf7f3e632cb7212a"}, + {file = "pyright-1.1.327-py3-none-any.whl", hash = "sha256:3462cda239e9140276238bbdbd0b59d77406f1c2e14d8cb8c20c8e25639c6b3c"}, + {file = "pyright-1.1.327.tar.gz", hash = "sha256:ba74148ad64f22020dbbed6781c4bdb38ecb8a7ca90dc3c87a4f08d1c0e11592"}, ] [package.dependencies] @@ -565,4 +565,4 @@ rst-parser = ["docutils"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "a6974a3fe33f72fe3a96c1c5e8158d05e0762f1dd524bfc5a2583dffdc76f2b8" +content-hash = "d5ec589cca54ceb09fb17eac10e10eeeaa45da05e361716db63350d31621ccb3" diff --git a/pyproject.toml b/pyproject.toml index b196efd..d7bd282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = ["Nyakku Shigure "] python = "^3.8" typing-extensions = { version = "^4.3.0", python = "<3.11" } docutils = { version = "^0.20.0", optional = true } -httpx = "^0.24.0" +httpx = "^0.25.0" [tool.poetry.group.dev.dependencies] pytest = "^7.0" @@ -17,7 +17,7 @@ isort = "^5.12.0" tomli = { version = "^2.0.1", python = "<3.11" } pre-commit = "^3.0.0" types-docutils = "^0.19.0" -httpx = { extras = ["socks"], version = "^0.24.0" } +httpx = { extras = ["socks"], version = "^0.25.0" } pyright = "^1.1.262" [tool.poetry.extras]