aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock9
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index ae40aee2..6452deb3 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -569,13 +569,13 @@ trio = ["trio (>=0.22.0,<1.0)"]
[[package]]
name = "httpx"
-version = "0.27.2"
+version = "0.28.1"
description = "The next generation HTTP client."
optional = false
python-versions = ">=3.8"
files = [
- {file = "httpx-0.27.2-py3-none-any.whl", hash = "sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0"},
- {file = "httpx-0.27.2.tar.gz", hash = "sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2"},
+ {file = "httpx-0.28.1-py3-none-any.whl", hash = "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad"},
+ {file = "httpx-0.28.1.tar.gz", hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc"},
]
[package.dependencies]
@@ -583,7 +583,6 @@ anyio = "*"
certifi = "*"
httpcore = "==1.*"
idna = "*"
-sniffio = "*"
[package.extras]
brotli = ["brotli", "brotlicffi"]
@@ -1273,4 +1272,4 @@ brotli = ["brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "670cb4af302321810bde1767b2508abe9ad330a0d397215e87b5bac4ea15996a"
+content-hash = "089ee14e9feec9a2eb24571d1f5e5b7d0f671f629731cef984a8b1b34db4c092"
diff --git a/pyproject.toml b/pyproject.toml
index 34e887e1..5e4a0667 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ django-prometheus = "2.3.1"
django-simple-bulma = "2.6.0"
djangorestframework = "3.14.0"
gunicorn = "23.0.0"
-httpx = "0.27.2"
+httpx = "0.28.1"
markdown = "3.7"
psycopg = {extras = ["binary"], version = "3.2.3"}
pyjwt = {version = "2.10.1", extras = ["crypto"]}