diff --git a/poetry.lock b/poetry.lock index e22bb639e..16d46a9ce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -581,13 +581,13 @@ typing-inspect = ">=0.6.0" [[package]] name = "httpcore" -version = "0.17.0" +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.17.0-py3-none-any.whl", hash = "sha256:0fdfea45e94f0c9fd96eab9286077f9ff788dd186635ae61b312693e4d943599"}, - {file = "httpcore-0.17.0.tar.gz", hash = "sha256:cc045a3241afbf60ce056202301b4d8b6af08845e3294055eb26b09913ef903c"}, + {file = "httpcore-0.18.0-py3-none-any.whl", hash = "sha256:adc5398ee0a476567bf87467063ee63584a8bce86078bf748e48754f60202ced"}, + {file = "httpcore-0.18.0.tar.gz", hash = "sha256:13b5e5cd1dca1a6636a6aaea212b19f4f85cd88c366a2b82304181b769aab3c9"}, ] [package.dependencies] @@ -602,18 +602,18 @@ socks = ["socksio (==1.*)"] [[package]] name = "httpx" -version = "0.24.0" +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.0-py3-none-any.whl", hash = "sha256:447556b50c1921c351ea54b4fe79d91b724ed2b027462ab9a329465d147d5a4e"}, - {file = "httpx-0.24.0.tar.gz", hash = "sha256:507d676fc3e26110d41df7d35ebd8b3b8585052450f4097401c9be59d928c63e"}, + {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 = "*" @@ -2407,4 +2407,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "e6bb176446c98466d39e4fee79a79557bb4e69abfa5351f56fa35882f5ea7f1d" +content-hash = "fb18ab51c7633daadcfa9f34f47a5888f8fe483c036aeb9df1d20c83319b4e14" diff --git a/pyproject.toml b/pyproject.toml index ac2515aa1..a5a69db4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ include = ["CHANGELOG.md", "kittycad/py.typed"] [tool.poetry.dependencies] attrs = ">=20.1.0,<24.0.0" -httpx = ">=0.15.4,<0.25.0" +httpx = ">=0.15.4,<0.26.0" python = "^3.8" python-dateutil = "^2.8.0" websockets = "^11.0.3"