diff --git a/poetry.lock b/poetry.lock index dbf123bc..4590641c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -487,7 +487,7 @@ test = ["Cython (>=0.29.24,<0.30.0)"] [[package]] name = "httpx" -version = "0.23.1" +version = "0.23.3" description = "The next generation HTTP client." category = "main" optional = false @@ -1313,7 +1313,7 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "8f0e45b86df6f1014cea5740d26b5deb4a0d1b96d70c8545bb0f3f071669e88c" +content-hash = "111a17c3affaf9d0c684ccb368b7245259d8831042a83d6adb4eb079e842c9f8" [metadata.files] aiofiles = [ @@ -1731,8 +1731,8 @@ httptools = [ {file = "httptools-0.5.0.tar.gz", hash = "sha256:295874861c173f9101960bba332429bb77ed4dcd8cdf5cee9922eb00e4f6bc09"}, ] httpx = [ - {file = "httpx-0.23.1-py3-none-any.whl", hash = "sha256:0b9b1f0ee18b9978d637b0776bfd7f54e2ca278e063e3586d8f01cda89e042a8"}, - {file = "httpx-0.23.1.tar.gz", hash = "sha256:202ae15319be24efe9a8bd4ed4360e68fde7b38bcc2ce87088d416f026667d19"}, + {file = "httpx-0.23.3-py3-none-any.whl", hash = "sha256:a211fcce9b1254ea24f0cd6af9869b3d29aba40154e947d2a07bb499b3e310d6"}, + {file = "httpx-0.23.3.tar.gz", hash = "sha256:9818458eb565bb54898ccb9b8b251a28785dd4a55afbc23d0eb410754fe7d0f9"}, ] idna = [ {file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"}, diff --git a/pyproject.toml b/pyproject.toml index a1edeea6..82ebba94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.8" -httpx= "^0.23.1" +httpx= "^0.23.3" ujson = "^5.6.0" genshin = { git = "https://github.com/thesadru/genshin.py" } Jinja2 = "^3.1.2"