aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-11 14:01:29 +0100
committerGravatar GitHub <[email protected]>2023-09-11 14:01:29 +0100
commit1c404efd624468b976fda280cc54ef65dc6bc40d (patch)
treec22408d40b776e4d3360047eec057fefce80296b
parentBump pytest from 7.4.1 to 7.4.2 (#2748) (diff)
Bump httpx from 0.24.1 to 0.25.0 (#2750)
Bumps [httpx](https://github.com/encode/httpx) from 0.24.1 to 0.25.0. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.24.1...0.25.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock20
-rw-r--r--pyproject.toml2
2 files changed, 11 insertions, 11 deletions
diff --git a/poetry.lock b/poetry.lock
index 41f6ebb07..3c149c648 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -732,13 +732,13 @@ files = [
[[package]]
name = "httpcore"
-version = "0.17.3"
+version = "0.18.0"
description = "A minimal low-level HTTP client."
optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.8"
files = [
- {file = "httpcore-0.17.3-py3-none-any.whl", hash = "sha256:c2789b767ddddfa2a5782e3199b2b7f6894540b17b16ec26b2c4d8e103510b87"},
- {file = "httpcore-0.17.3.tar.gz", hash = "sha256:a6f30213335e34c1ade7be6ec7c47f19f50c56db36abef1a9dfa3815b1cb3888"},
+ {file = "httpcore-0.18.0-py3-none-any.whl", hash = "sha256:adc5398ee0a476567bf87467063ee63584a8bce86078bf748e48754f60202ced"},
+ {file = "httpcore-0.18.0.tar.gz", hash = "sha256:13b5e5cd1dca1a6636a6aaea212b19f4f85cd88c366a2b82304181b769aab3c9"},
]
[package.dependencies]
@@ -753,18 +753,18 @@ socks = ["socksio (==1.*)"]
[[package]]
name = "httpx"
-version = "0.24.1"
+version = "0.25.0"
description = "The next generation HTTP client."
optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.8"
files = [
- {file = "httpx-0.24.1-py3-none-any.whl", hash = "sha256:06781eb9ac53cde990577af654bd990a4949de37a28bdb4a230d434f3a30b9bd"},
- {file = "httpx-0.24.1.tar.gz", hash = "sha256:5853a43053df830c20f8110c5e69fe44d035d850b2dfe795e196f00fdb774bdd"},
+ {file = "httpx-0.25.0-py3-none-any.whl", hash = "sha256:181ea7f8ba3a82578be86ef4171554dd45fec26a02556a744db029a0a27b7100"},
+ {file = "httpx-0.25.0.tar.gz", hash = "sha256:47ecda285389cb32bb2691cc6e069e3ab0205956f681c5b2ad2325719751d875"},
]
[package.dependencies]
certifi = "*"
-httpcore = ">=0.15.0,<0.18.0"
+httpcore = ">=0.18.0,<0.19.0"
idna = "*"
sniffio = "*"
@@ -2322,4 +2322,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "82ebaf0b4cbab26282035df9e09cc32aaa803fdcde36b5bf7d5ae1a5dd0068fb"
+content-hash = "841bcad6a96da3bb31fb24f009a4054a559f937d850929e7ed5e069f559d78be"
diff --git a/pyproject.toml b/pyproject.toml
index 9a47daa10..4c2629f4f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,7 +33,7 @@ pydantic-settings = "2.0.3"
[tool.poetry.dev-dependencies]
coverage = "7.3.1"
-httpx = "0.24.1"
+httpx = "0.25.0"
pre-commit = "3.4.0"
pip-licenses = "4.3.2"
pytest = "7.4.2"