From d2e887be8c3776d456078adf05c137e77e08840b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 00:06:19 +0000 Subject: [PATCH] Bump responses from 0.11.0 to 0.23.1 Bumps [responses](https://github.com/getsentry/responses) from 0.11.0 to 0.23.1. - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](https://github.com/getsentry/responses/compare/0.11.0...0.23.1) --- updated-dependencies: - dependency-name: responses dependency-version: 0.23.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 31 ++++++++++++++++++++++--------- pyproject.toml | 2 +- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0c14364..5ba6d11 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "appnope" @@ -970,23 +970,24 @@ socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton ; sys_platform == \"win32\" [[package]] name = "responses" -version = "0.11.0" +version = "0.23.1" description = "A utility library for mocking out the `requests` Python library." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.7" groups = ["dev"] files = [ - {file = "responses-0.11.0-py2.py3-none-any.whl", hash = "sha256:789e79e8d04b6338b5018d49663e7c8554492ea1469012572aff064cc7bcf4da"}, - {file = "responses-0.11.0.tar.gz", hash = "sha256:17dcd2facb12182ec353b05b424b2e3f52783f0bf3ad6586e098a11ba75fa666"}, + {file = "responses-0.23.1-py3-none-any.whl", hash = "sha256:8a3a5915713483bf353b6f4079ba8b2a29029d1d1090a503c70b0dc5d9d0c7bd"}, + {file = "responses-0.23.1.tar.gz", hash = "sha256:c4d9aa9fc888188f0c673eff79a8dadbe2e75b7fe879dc80a221a06e0a68138f"}, ] [package.dependencies] -requests = ">=2.0" -six = "*" +pyyaml = "*" +requests = ">=2.22.0,<3.0" +types-PyYAML = "*" urllib3 = ">=1.25.10" [package.extras] -tests = ["coverage (>=3.7.1,<6.0.0)", "flake8", "pytest (>=4.6) ; python_version >= \"3.5\"", "pytest (>=4.6,<5.0) ; python_version < \"3.5\"", "pytest-cov", "pytest-localserver"] +tests = ["coverage (>=6.0.0)", "flake8", "mypy", "pytest (>=7.0.0)", "pytest-asyncio", "pytest-cov", "pytest-httpserver", "tomli ; python_version < \"3.11\"", "tomli-w", "types-requests"] [[package]] name = "setuptools" @@ -1158,6 +1159,18 @@ files = [ {file = "typed_ast-1.4.3.tar.gz", hash = "sha256:fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65"}, ] +[[package]] +name = "types-pyyaml" +version = "6.0.12.20250402" +description = "Typing stubs for PyYAML" +optional = false +python-versions = ">=3.9" +groups = ["dev"] +files = [ + {file = "types_pyyaml-6.0.12.20250402-py3-none-any.whl", hash = "sha256:652348fa9e7a203d4b0d21066dfb00760d3cbd5a15ebb7cf8d33c88a49546681"}, + {file = "types_pyyaml-6.0.12.20250402.tar.gz", hash = "sha256:d7c13c3e6d335b6af4b0122a01ff1d270aba84ab96d1a1a1063ecba3e13ec075"}, +] + [[package]] name = "typing-extensions" version = "4.13.1" @@ -1219,4 +1232,4 @@ test = ["websockets"] [metadata] lock-version = "2.1" python-versions = "3.9.19" -content-hash = "b5c8a37188d7b2bd421e124c1efa7139ba0bea7af11b20da3078e052e46a27c3" +content-hash = "06cb24112d19a1e5fc4172198e7be754ce8f18a93e17d836c6cfd6afad0bc1ca" diff --git a/pyproject.toml b/pyproject.toml index 7cc87c0..3ccabbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ bandit = "1.6.2" flake8 = "3.8.3" pytest = "7.4.0" pytest-cov = "4.1.0" -responses = "^0.11.0" +responses = "^0.23.1" ipython = "^7.18.1" jsonschema = "^3.2.0"