diff --git a/poetry.lock b/poetry.lock index ca26d22..65478f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -426,13 +426,13 @@ test = ["Cython (>=0.29.24,<0.30.0)"] [[package]] name = "httpx" -version = "0.27.0" +version = "0.27.2" description = "The next generation HTTP client." optional = false python-versions = ">=3.8" files = [ - {file = "httpx-0.27.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"}, - {file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"}, + {file = "httpx-0.27.2-py3-none-any.whl", hash = "sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0"}, + {file = "httpx-0.27.2.tar.gz", hash = "sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2"}, ] [package.dependencies] @@ -448,6 +448,7 @@ brotli = ["brotli", "brotlicffi"] cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<14)"] http2 = ["h2 (>=3,<5)"] socks = ["socksio (==1.*)"] +zstd = ["zstandard (>=0.18.0)"] [[package]] name = "hyperframe" @@ -1017,13 +1018,13 @@ files = [ [[package]] name = "starlette" -version = "0.38.2" +version = "0.38.4" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.38.2-py3-none-any.whl", hash = "sha256:4ec6a59df6bbafdab5f567754481657f7ed90dc9d69b0c9ff017907dd54faeff"}, - {file = "starlette-0.38.2.tar.gz", hash = "sha256:c7c0441065252160993a1a37cf2a73bb64d271b17303e0b0c1eb7191cfb12d75"}, + {file = "starlette-0.38.4-py3-none-any.whl", hash = "sha256:526f53a77f0e43b85f583438aee1a940fd84f8fd610353e8b0c1a77ad8a87e76"}, + {file = "starlette-0.38.4.tar.gz", hash = "sha256:53a7439060304a208fea17ed407e998f46da5e5d9b1addfea3040094512a6379"}, ] [package.dependencies] @@ -1378,4 +1379,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = ">=3.12" -content-hash = "111a8bf0d7c29fbacaa931d49f28a624afbb6a4e4d36b0fc7614dad2ab5b7528" +content-hash = "fbb7bee01c035a912188c3d179a849d1611e21a8e18877f3f04dfb6a26191e35" diff --git a/pyproject.toml b/pyproject.toml index 21815c1..6b13a52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,12 +11,12 @@ python = ">=3.12" aiofiles = "^24" environs = "^11.0.0" gunicorn = "^23.0.0" -httpx = {version = "^0.27.0", extras = ["http2"]} +httpx = {version = "^0.27.2", extras = ["http2"]} Jinja2 = "^3.1.4" loguru = "^0.7.0" lxml = "^5.3.0" python-multipart = "^0.0.9" # for settings form -starlette = "^0.38.2" +starlette = "^0.38.4" timeago = "^1.0.16" tldextract = "^5.1.2" uvicorn = {version = "^0.30.6", extras = ["standard"]}