This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new a1f35d1bd0 Build: Bump requests-mock from 1.10.0 to 1.11.0 in /python 
(#8019)
a1f35d1bd0 is described below

commit a1f35d1bd034cc78a40ca730db033d1af6e83a38
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 9 06:44:38 2023 +0200

    Build: Bump requests-mock from 1.10.0 to 1.11.0 in /python (#8019)
---
 python/poetry.lock    | 10 +++++-----
 python/pyproject.toml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/python/poetry.lock b/python/poetry.lock
index 2840c4e5c4..feaaba9d76 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -2295,13 +2295,13 @@ 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"
 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]
@@ -2310,7 +2310,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 = "responses"
@@ -2826,4 +2826,4 @@ zstandard = ["zstandard"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.8"
-content-hash = 
"2b79e3e61cd57fd27dea2ed46d99fb2837cbfa6183b1e749857051228b2073b0"
+content-hash = 
"af08c46ac62d6645994469f8d6301f262c0a4a5f3330be2aef5e352c204a0186"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 9d1be32ac6..8f4925ee05 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -69,7 +69,7 @@ pytest-checkdocs = "2.9.0"
 pre-commit = "3.3.3"
 fastavro = "1.7.4"
 coverage = { version = "^7.2.3", extras = ["toml"] }
-requests-mock = "1.10.0"
+requests-mock = "1.11.0"
 moto = "^4.1.7"
 typing-extensions = "4.5.0"
 pytest-mock = "3.11.1"

Reply via email to