diff options
Diffstat (limited to '')
| -rw-r--r-- | poetry.lock | 8 | ||||
| -rw-r--r-- | pyproject.toml | 2 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/poetry.lock b/poetry.lock index ee92828f..03032937 100644 --- a/poetry.lock +++ b/poetry.lock @@ -548,14 +548,14 @@ socks = ["socksio (>=1.0.0,<2.0.0)"]  [[package]]  name = "httpx" -version = "0.24.0" +version = "0.24.1"  description = "The next generation HTTP client."  category = "main"  optional = false  python-versions = ">=3.7"  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.24.1-py3-none-any.whl", hash = "sha256:06781eb9ac53cde990577af654bd990a4949de37a28bdb4a230d434f3a30b9bd"}, +    {file = "httpx-0.24.1.tar.gz", hash = "sha256:5853a43053df830c20f8110c5e69fe44d035d850b2dfe795e196f00fdb774bdd"},  ]  [package.dependencies] @@ -1213,4 +1213,4 @@ brotli = ["Brotli"]  [metadata]  lock-version = "2.0"  python-versions = "3.11.*" -content-hash = "3683a1ce4da1270d7ecfbc5da11dd1d169d7b9bc69eda70de90e64158872ee7e" +content-hash = "9c36a7f8f87166f013fd0c3620d0d736db05d52de0597591be4be78d4efda7a8" diff --git a/pyproject.toml b/pyproject.toml index 12474ff9..ce11ecb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ django-prometheus = "2.3.1"  django-simple-bulma = "2.5.0"  djangorestframework = "3.14.0"  gunicorn = "20.1.0" -httpx = "0.24.0" +httpx = "0.24.1"  markdown = "3.4.3"  PyJWT = {version = "2.7.0", extras = ["crypto"]}  pymdown-extensions = "10.0.1" | 
