From 388e2e29f37606fd3bbe3e2a529134d359b0be24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:16:03 +0000 Subject: [PATCH] Bump httpie from 3.2.2 to 3.2.3 Bumps [httpie](https://github.com/httpie/cli) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/httpie/cli/releases) - [Changelog](https://github.com/httpie/cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/httpie/cli/compare/3.2.2...3.2.3) --- updated-dependencies: - dependency-name: httpie dependency-version: 3.2.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index f1c475c..dd156d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -451,14 +451,14 @@ export = ["jinja2 (>=2.7,<3)"] [[package]] name = "httpie" -version = "3.2.2" +version = "3.2.4" description = "HTTPie: modern, user-friendly command-line HTTP client for the API era." optional = false python-versions = ">=3.7" groups = ["dev"] files = [ - {file = "httpie-3.2.2-py3-none-any.whl", hash = "sha256:33082092553126e3e38395682c23121c3450472ffddb363eb895ad685d01800e"}, - {file = "httpie-3.2.2.tar.gz", hash = "sha256:8bfb671f0b39505c197fdef3367f7f99af5d0e81a4e22289bb4c1f0e72251c90"}, + {file = "httpie-3.2.4-py3-none-any.whl", hash = "sha256:4bd0435cc4b9bca59501bc65089de96f3e93b393803f32a81951db62050ebf0b"}, + {file = "httpie-3.2.4.tar.gz", hash = "sha256:302ad436c3dc14fd0d1b19d4572ef8d62b146bcd94b505f3c2521f701e2e7a2a"}, ] [package.dependencies] @@ -474,8 +474,8 @@ rich = ">=9.10.0" setuptools = "*" [package.extras] -dev = ["Jinja2", "flake8", "flake8-comprehensions", "flake8-deprecated", "flake8-mutable", "flake8-tuple", "pyopenssl", "pytest", "pytest-cov", "pytest-httpbin (>=0.0.6)", "pytest-lazy-fixture (>=0.0.6)", "pytest-mock", "pyyaml", "responses", "twine", "werkzeug (<2.1.0)", "wheel"] -test = ["pytest", "pytest-httpbin (>=0.0.6)", "pytest-lazy-fixture (>=0.0.6)", "pytest-mock", "responses", "werkzeug (<2.1.0)"] +dev = ["Jinja2", "flake8", "flake8-comprehensions", "flake8-deprecated", "flake8-mutable", "flake8-tuple", "pyopenssl", "pytest", "pytest-cov", "pytest-httpbin (>=0.0.6)", "pytest-mock", "pyyaml", "responses", "twine", "werkzeug (<2.1.0)", "wheel"] +test = ["pytest", "pytest-httpbin (>=0.0.6)", "pytest-mock", "responses", "werkzeug (<2.1.0)"] [[package]] name = "idna" @@ -1167,4 +1167,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "3f4b5860966967100edf61c540ce00ea04ba9773bf9777a19cd0d58d0850d9a4" +content-hash = "e0302c57479f154e90274f6e0d79fa7684a725f87aa6a9fd56b05afaa63ee18a" diff --git a/pyproject.toml b/pyproject.toml index 071b9de..f3b1c6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ pytest-pspec = "^0.0.4" pytest-cov = "^4.1.0" factory-boy = "^3.3.0" coverage = "^7.3.2" -httpie = "^3.2.2" +httpie = "^3.2.3" [build-system] requires = ["poetry-core"]