diff options
| author | 2024-09-12 15:22:08 +0200 | |
|---|---|---|
| committer | 2024-09-12 15:22:08 +0200 | |
| commit | ca759461c03d67f6536d6ee5eadf1104ee0ec8d7 (patch) | |
| tree | ced59a75232e54646918ec0b5e2ecf8d8d7f60ba /poetry.lock | |
| parent | Merge pull request #3166 from python-discord/dependabot/pip/ruff-0.6.4 (diff) | |
| parent | Bump httpx from 0.27.0 to 0.27.2 (diff) | |
Merge pull request #3159 from python-discord/dependabot/pip/httpx-0.27.2
Bump httpx from 0.27.0 to 0.27.2
Diffstat (limited to 'poetry.lock')
| -rw-r--r-- | poetry.lock | 9 | 
1 files changed, 5 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock index d142fdcad..22eed8452 100644 --- a/poetry.lock +++ b/poetry.lock @@ -807,13 +807,13 @@ trio = ["trio (>=0.22.0,<0.26.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] @@ -828,6 +828,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 = "humanfriendly" @@ -2464,4 +2465,4 @@ multidict = ">=4.0"  [metadata]  lock-version = "2.0"  python-versions = "3.12.*" -content-hash = "9827ca8deae8a64a4e65df72e9d1db75daae9132cdf21d13c95fa854b371d582" +content-hash = "d195aef89a426375d4f1e295234ecd9b3b40d070091b2cf0dc8ee91a43dbd00b"  |