This is an automated email from the ASF dual-hosted git repository.
honahx pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new 05d604a2 Build: Bump requests-mock from 1.11.0 to 1.12.1 (#642)
05d604a2 is described below
commit 05d604a2cc21a8b78fc2fe87047a022d97dd2ece
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 20 23:23:12 2024 -0700
Build: Bump requests-mock from 1.11.0 to 1.12.1 (#642)
---
poetry.lock | 14 ++++++--------
pyproject.toml | 2 +-
2 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 935d1475..14fd5921 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -3587,22 +3587,20 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
[[package]]
name = "requests-mock"
-version = "1.11.0"
+version = "1.12.1"
description = "Mock out responses from the requests package"
optional = false
-python-versions = "*"
+python-versions = ">=3.5"
files = [
- {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"},
+ {file = "requests-mock-1.12.1.tar.gz", hash =
"sha256:e9e12e333b525156e82a3c852f22016b9158220d2f47454de9cae8a77d371401"},
+ {file = "requests_mock-1.12.1-py2.py3-none-any.whl", hash =
"sha256:b1e37054004cdd5e56c84454cc7df12b25f90f382159087f4b6915aaeef39563"},
]
[package.dependencies]
-requests = ">=2.3,<3"
-six = "*"
+requests = ">=2.22,<3"
[package.extras]
fixture = ["fixtures"]
-test = ["fixtures", "mock", "purl", "pytest", "requests-futures", "sphinx",
"testtools"]
[[package]]
name = "requests-oauthlib"
@@ -4445,4 +4443,4 @@ zstandard = ["zstandard"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash =
"b3b937eb326d7ebb96aca85e9fe28e42f8e35e3195f43455a9c38b5d9d97e269"
+content-hash =
"607b94b1e9cfc8de09a573898090d5ef6e78cead8b632bccc59febc9f548577b"
diff --git a/pyproject.toml b/pyproject.toml
index 6c16f05a..2f469c51 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -80,7 +80,7 @@ pytest-lazy-fixture = "0.6.3"
pre-commit = "3.5.0"
fastavro = "1.9.4"
coverage = { version = "^7.4.2", extras = ["toml"] }
-requests-mock = "1.11.0"
+requests-mock = "1.12.1"
moto = { version = "^5.0.2", extras = ["server"] }
typing-extensions = "4.11.0"
pytest-mock = "3.12.0"