You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2023/04/09 06:19:33 UTC

[iceberg] branch master updated: Build: Bump pytest from 7.2.2 to 7.3.0 in /python (#7306)

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

commit e46bb09588803c6b3f6d26fd8c4905268e1b4601
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Apr 9 08:19:27 2023 +0200

    Build: Bump pytest from 7.2.2 to 7.3.0 in /python (#7306)
---
 python/poetry.lock    | 13 ++++++-------
 python/pyproject.toml |  2 +-
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/python/poetry.lock b/python/poetry.lock
index 17adf0fa6c..bfd75c7ebb 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -219,7 +219,7 @@ name = "attrs"
 version = "22.2.0"
 description = "Classes Without Boilerplate"
 category = "main"
-optional = false
+optional = true
 python-versions = ">=3.6"
 files = [
     {file = "attrs-22.2.0-py3-none-any.whl", hash = "sha256:29e95c7f6778868dbd49170f98f8818f78f3dc5e0e37c0b1f474e3561b240836"},
@@ -2049,18 +2049,17 @@ files = [
 
 [[package]]
 name = "pytest"
-version = "7.2.2"
+version = "7.3.0"
 description = "pytest: simple powerful testing with Python"
 category = "dev"
 optional = false
 python-versions = ">=3.7"
 files = [
-    {file = "pytest-7.2.2-py3-none-any.whl", hash = "sha256:130328f552dcfac0b1cec75c12e3f005619dc5f874f0a06e8ff7263f0ee6225e"},
-    {file = "pytest-7.2.2.tar.gz", hash = "sha256:c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4"},
+    {file = "pytest-7.3.0-py3-none-any.whl", hash = "sha256:933051fa1bfbd38a21e73c3960cebdad4cf59483ddba7696c48509727e17f201"},
+    {file = "pytest-7.3.0.tar.gz", hash = "sha256:58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d"},
 ]
 
 [package.dependencies]
-attrs = ">=19.2.0"
 colorama = {version = "*", markers = "sys_platform == \"win32\""}
 exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""}
 iniconfig = "*"
@@ -2069,7 +2068,7 @@ pluggy = ">=0.12,<2.0"
 tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""}
 
 [package.extras]
-testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"]
+testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"]
 
 [[package]]
 name = "pytest-checkdocs"
@@ -2865,4 +2864,4 @@ snappy = ["python-snappy"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.8"
-content-hash = "d2b0ed1bfbe9a0f978e6c70f55ca9cc0015766036020604e4eb34350e1563e71"
+content-hash = "a105342130313735379d3540558fab4f8145ee46fe1939051388c0442bdb602e"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 4006287ff7..968e6b92dd 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -64,7 +64,7 @@ s3fs = { version = ">=2022.8.2,<=2023.3.0", optional = true }
 adlfs = { version = ">=2022.8.2,<=2023.3.0", optional = true }
 
 [tool.poetry.dev-dependencies]
-pytest = "7.2.2"
+pytest = "7.3.0"
 pytest-checkdocs = "2.9.0"
 pre-commit = "3.2.1"
 fastavro = "1.7.3"