diff options
author | 2023-05-26 16:43:54 +0100 | |
---|---|---|
committer | 2023-05-26 16:43:54 +0100 | |
commit | d782e6dcf5d494c4b7cab6e3f4aa003f15112cdf (patch) | |
tree | b67b74a63b919910e40b8e5a4c545e54ab6c4b06 | |
parent | Merge pull request #2606 from python-discord/dependabot/pip/taskipy-1.11.0 (diff) | |
parent | Bump httpx from 0.24.0 to 0.24.1 (diff) |
Merge pull request #2605 from python-discord/dependabot/pip/httpx-0.24.1
Bump httpx from 0.24.0 to 0.24.1
-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 3beff73f9..e4a9cd29c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -777,14 +777,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 = "dev" 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] @@ -2291,4 +2291,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "ac58ffc15a780011227c6ff9d2b897e0295658c9c8271aea33ba12145f92ff8d" +content-hash = "a33a37061a161838167a90b25d753f1ff8e1d9a70eb6cba35eee78177d7f7d73" diff --git a/pyproject.toml b/pyproject.toml index 1d3cb3815..03c680d2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pydantic = { version = "1.10.8", extras = ["dotenv"]} [tool.poetry.dev-dependencies] coverage = "7.2.5" -httpx = "0.24.0" +httpx = "0.24.1" isort = "5.12.0" pre-commit = "3.3.2" pip-licenses = "4.3.1" |