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 db5f44088b Build: Bump pytest from 7.2.1 to 7.2.2 in /python (#7019)
db5f44088b is described below

commit db5f44088b559426c81689b28b7dbe7619219fd8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 5 17:50:06 2023 +0100

    Build: Bump pytest from 7.2.1 to 7.2.2 in /python (#7019)
    
    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to 7.2.2.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](https://github.com/pytest-dev/pytest/compare/7.2.1...7.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 python/poetry.lock    | 8 ++++----
 python/pyproject.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/python/poetry.lock b/python/poetry.lock
index e462387423..dd0a466a07 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -1787,14 +1787,14 @@ tomli = {version = ">=1.1.0", markers = "python_version 
< \"3.11\""}
 
 [[package]]
 name = "pytest"
-version = "7.2.1"
+version = "7.2.2"
 description = "pytest: simple powerful testing with Python"
 category = "dev"
 optional = false
 python-versions = ">=3.7"
 files = [
-    {file = "pytest-7.2.1-py3-none-any.whl", hash = 
"sha256:c7c6ca206e93355074ae32f7403e8ea12163b1163c976fee7d4d84027c162be5"},
-    {file = "pytest-7.2.1.tar.gz", hash = 
"sha256:d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42"},
+    {file = "pytest-7.2.2-py3-none-any.whl", hash = 
"sha256:130328f552dcfac0b1cec75c12e3f005619dc5f874f0a06e8ff7263f0ee6225e"},
+    {file = "pytest-7.2.2.tar.gz", hash = 
"sha256:c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4"},
 ]
 
 [package.dependencies]
@@ -2553,4 +2553,4 @@ snappy = ["python-snappy"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.8"
-content-hash = 
"a9347540fc649099f8f9837333893efffb537957f95f458cf1175b68549e81ac"
+content-hash = 
"2214e8c9b8f4b55cfb670178ef818eb4d0cecb4cc3d773f527ade7c752c62ef6"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 9cfdc9aa1d..1e5b0fc57e 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -79,7 +79,7 @@ s3fs = { version = ">=2022.8.2,<=2023.1.0", optional = true }
 adlfs = { version = ">=2022.8.2,<=2023.1.0", optional = true }
 
 [tool.poetry.dev-dependencies]
-pytest = "7.2.1"
+pytest = "7.2.2"
 pytest-checkdocs = "2.9.0"
 pre-commit = "3.1.0"
 fastavro = "1.7.2"

Reply via email to