From 9fb62a01bb728a4cb0a3ef30451a0e2ce0a7e79e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 14:36:57 +0000 Subject: [PATCH] chore(deps-dev): bump requests-mock from 1.10.0 to 1.11.0 (#7760) --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 43ada0b7d9..2a000fd672 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3020,14 +3020,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "requests-mock" -version = "1.10.0" +version = "1.11.0" description = "Mock out responses from the requests package" category = "dev" optional = false python-versions = "*" files = [ - {file = "requests-mock-1.10.0.tar.gz", hash = "sha256:59c9c32419a9fb1ae83ec242d98e889c45bd7d7a65d48375cc243ec08441658b"}, - {file = "requests_mock-1.10.0-py2.py3-none-any.whl", hash = "sha256:2fdbb637ad17ee15c06f33d31169e71bf9fe2bdb7bc9da26185be0dd8d842699"}, + {file = "requests-mock-1.11.0.tar.gz", hash = "sha256:ef10b572b489a5f28e09b708697208c4a3b2b89ef80a9f01584340ea357ec3c4"}, + {file = "requests_mock-1.11.0-py2.py3-none-any.whl", hash = "sha256:f7fae383f228633f6bececebdab236c478ace2284d6292c6e7e2867b9ab74d15"}, ] [package.dependencies] @@ -3036,7 +3036,7 @@ six = "*" [package.extras] fixture = ["fixtures"] -test = ["fixtures", "mock", "purl", "pytest", "requests-futures", "sphinx", "testrepository (>=0.0.18)", "testtools"] +test = ["fixtures", "mock", "purl", "pytest", "requests-futures", "sphinx", "testtools"] [[package]] name = "requests-toolbelt" @@ -4064,4 +4064,4 @@ s3 = ["boto3"] [metadata] lock-version = "2.0" python-versions = ">=3.7,<3.12" -content-hash = "bacbc1d76308912a2aa4083ca255b73f768685d8a56c40f4c58d4362d547b2b9" +content-hash = "3046c8a43536028b959c687f5de0a86c596082bb8d76e6f9c7dc76fbd45c725d" diff --git a/pyproject.toml b/pyproject.toml index 9b67b0e84f..cdf72b5bc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,7 +126,7 @@ pytest-order = "^1.0" pytest-randomly = "^3.12" pytest-structlog = "^0.6" pytest-xdist = "^3.3" -requests-mock = "^1.6.0" +requests-mock = "^1.11.0" setproctitle = "^1.3" # Used by pytest-xdist to aid with handling resource intensive processes. types-croniter = "^1.3.2" types-jsonschema = "^4.17.0.8"