From 0183b4a6e58dbd5b077f723ec9c65641412db81d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:32:08 +0000 Subject: [PATCH] chore(deps): update dependency httpx to v0.25.1 --- Pipfile | 2 +- Pipfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Pipfile b/Pipfile index 6b022ad..81811f6 100644 --- a/Pipfile +++ b/Pipfile @@ -12,4 +12,4 @@ uvicorn = {version = "==0.23.2", extras = ["standard"]} [dev-packages] pylint = "==3.0.2" pytest = "==7.4.3" -httpx = "==0.25.0" +httpx = "==0.25.1" diff --git a/Pipfile.lock b/Pipfile.lock index ebc6a9e..e041b51 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "c30412ca4eb8a06732f654acc5f57806df6d0f64a25e868d792f4d519dd9740f" + "sha256": "8da043870d49dce32380d5e87d88efa6108b466dfdf7cf81f1386518dd0ee54b" }, "pipfile-spec": 6, "requires": {}, @@ -570,20 +570,20 @@ }, "httpcore": { "hashes": [ - "sha256:13b5e5cd1dca1a6636a6aaea212b19f4f85cd88c366a2b82304181b769aab3c9", - "sha256:adc5398ee0a476567bf87467063ee63584a8bce86078bf748e48754f60202ced" + "sha256:c5e97ef177dca2023d0b9aad98e49507ef5423e9f1d94ffe2cfe250aa28e63b0", + "sha256:fce1ddf9b606cfb98132ab58865c3728c52c8e4c3c46e2aabb3674464a186e92" ], "markers": "python_version >= '3.8'", - "version": "==0.18.0" + "version": "==1.0.1" }, "httpx": { "hashes": [ - "sha256:181ea7f8ba3a82578be86ef4171554dd45fec26a02556a744db029a0a27b7100", - "sha256:47ecda285389cb32bb2691cc6e069e3ab0205956f681c5b2ad2325719751d875" + "sha256:fec7d6cc5c27c578a391f7e87b9aa7d3d8fbcd034f6399f9f79b45bcc12a866a", + "sha256:ffd96d5cf901e63863d9f1b4b6807861dbea4d301613415d9e6e57ead15fc5d0" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==0.25.0" + "version": "==0.25.1" }, "idna": { "hashes": [ @@ -669,11 +669,11 @@ }, "tomlkit": { "hashes": [ - "sha256:38e1ff8edb991273ec9f6181244a6a391ac30e9f5098e7535640ea6be97a7c86", - "sha256:712cbd236609acc6a3e2e97253dfc52d4c2082982a88f61b640ecf0817eab899" + "sha256:df32fab589a81f0d7dc525a4267b6d7a64ee99619cbd1eeb0fae32c1dd426977", + "sha256:eeea7ac7563faeab0a1ed8fe12c2e5a51c61f933f2502f7e9db0241a65163ad0" ], "markers": "python_version >= '3.7'", - "version": "==0.12.1" + "version": "==0.12.2" } } }