diff --git a/poetry.lock b/poetry.lock index fb88349..f6a8a16 100644 --- a/poetry.lock +++ b/poetry.lock @@ -542,24 +542,24 @@ files = [ [[package]] name = "httpcore" -version = "0.17.3" +version = "1.0.7" description = "A minimal low-level HTTP client." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "httpcore-0.17.3-py3-none-any.whl", hash = "sha256:c2789b767ddddfa2a5782e3199b2b7f6894540b17b16ec26b2c4d8e103510b87"}, - {file = "httpcore-0.17.3.tar.gz", hash = "sha256:a6f30213335e34c1ade7be6ec7c47f19f50c56db36abef1a9dfa3815b1cb3888"}, + {file = "httpcore-1.0.7-py3-none-any.whl", hash = "sha256:a3fff8f43dc260d5bd363d9f9cf1830fa3a458b332856f34282de498ed420edd"}, + {file = "httpcore-1.0.7.tar.gz", hash = "sha256:8551cb62a169ec7162ac7be8d4817d561f60e08eaa485234898414bb5a8a0b4c"}, ] [package.dependencies] -anyio = ">=3.0,<5.0" certifi = "*" h11 = ">=0.13,<0.15" -sniffio = "==1.*" [package.extras] +asyncio = ["anyio (>=4.0,<5.0)"] http2 = ["h2 (>=3,<5)"] socks = ["socksio (==1.*)"] +trio = ["trio (>=0.22.0,<1.0)"] [[package]] name = "httpx" @@ -1266,4 +1266,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "2370b09fdd0b875f53758956126519e28cd897524ed2cec387a00412bfc95b9b" +content-hash = "8f789771f35b43724116eb8b1cc8e3fdf458ffb4ce6bc4e8721fcdf546f807ea" diff --git a/pyproject.toml b/pyproject.toml index 48a3cc5..fba9280 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ psycopg2-binary = "^2.9.3" responses = ">=0.13.4,<0.26.0" httpx = ">=0.23,<0.26" starlette = "^0.27.0" -httpcore = ">=0.15,<0.18" +httpcore = ">=0.15,<1.1" pytest-asyncio = ">=0.15.1,<0.24.0" cryptography = ">=38,<44"