diff --git a/poetry.lock b/poetry.lock index 9a16ddb..5bbd1d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -406,13 +406,13 @@ trio = ["trio (>=0.22.0,<0.23.0)"] [[package]] name = "httpx" -version = "0.25.2" +version = "0.26.0" description = "The next generation HTTP client." optional = true python-versions = ">=3.8" files = [ - {file = "httpx-0.25.2-py3-none-any.whl", hash = "sha256:a05d3d052d9b2dfce0e3896636467f8a5342fb2b902c819428e1ac65413ca118"}, - {file = "httpx-0.25.2.tar.gz", hash = "sha256:8b8fcaa0c8ea7b05edd69a094e63a2094c4efcb48129fb757361bc423c0ad9e8"}, + {file = "httpx-0.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"}, + {file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"}, ] [package.dependencies] @@ -1343,4 +1343,4 @@ examples = ["Pillow", "customtkinter", "httpx"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c6eaeee86df0389eff9d7671f7f18eb43755c8baf5e100b92ffd20bef018276b" +content-hash = "2e425e5126b3285406874b7e6c2f26406102a3940471e1709945fbf3fdb30d2a" diff --git a/pyproject.toml b/pyproject.toml index b526ebe..c6afa2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" Pillow = {version = ">=9.1.1,<11.0.0", optional = true} -httpx = {version = ">=0.23.1,<0.26.0", optional = true} +httpx = {version = ">=0.23.1,<0.27.0", optional = true} customtkinter = {version = "^5.2.1", optional = true} typing-extensions = ">=4.7.0,<=5.0"