diff options
author | 2024-02-21 22:02:26 -0800 | |
---|---|---|
committer | 2024-02-21 22:02:26 -0800 | |
commit | ae308a45676f1e1d7b06cea2199cc2013d9b1ed4 (patch) | |
tree | e398321f34b2fab09b685c8bd77b6857baa09b04 | |
parent | Merge pull request #1243 from python-discord/dependabot/pip/cryptography-42.0.4 (diff) | |
parent | Bump httpx from 0.26.0 to 0.27.0 (diff) |
Merge pull request #1244 from python-discord/dependabot/pip/httpx-0.27.0
-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 fd441166..0f0f4ed8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -541,13 +541,13 @@ trio = ["trio (>=0.22.0,<0.23.0)"] [[package]] name = "httpx" -version = "0.26.0" +version = "0.27.0" description = "The next generation HTTP client." optional = false python-versions = ">=3.8" files = [ - {file = "httpx-0.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"}, - {file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"}, + {file = "httpx-0.27.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"}, + {file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"}, ] [package.dependencies] @@ -1215,4 +1215,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "ea1c9bbc977e78646d75eab6c2bc96303cf4498edf38cae48be4166bf327e277" +content-hash = "7ba4f622d8ba61147257c6c584a9badc7151a85b17a4cf289b0e883028f66510" diff --git a/pyproject.toml b/pyproject.toml index c1193ad7..21d26bd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ django-prometheus = "2.3.1" django-simple-bulma = "2.6.0" djangorestframework = "3.14.0" gunicorn = "21.2.0" -httpx = "0.26.0" +httpx = "0.27.0" markdown = "3.5.2" PyJWT = {version = "2.8.0", extras = ["crypto"]} pymdown-extensions = "10.7" |