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

etudenhoefner 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 8e1c2afa8f Build: Bump pytest from 7.4.1 to 7.4.2 in /python (#8630)
8e1c2afa8f is described below

commit 8e1c2afa8fdfc2e206300071c923da9481cae22a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 25 08:22:19 2023 +0200

    Build: Bump pytest from 7.4.1 to 7.4.2 in /python (#8630)
    
    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.1 to 7.4.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.4.1...7.4.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 acb44fb626..00b93756e5 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -2514,13 +2514,13 @@ tomli = {version = ">=1.1.0", markers = "python_version 
< \"3.11\""}
 
 [[package]]
 name = "pytest"
-version = "7.4.1"
+version = "7.4.2"
 description = "pytest: simple powerful testing with Python"
 optional = false
 python-versions = ">=3.7"
 files = [
-    {file = "pytest-7.4.1-py3-none-any.whl", hash = 
"sha256:460c9a59b14e27c602eb5ece2e47bec99dc5fc5f6513cf924a7d03a578991b1f"},
-    {file = "pytest-7.4.1.tar.gz", hash = 
"sha256:2f2301e797521b23e4d2585a0a3d7b5e50fdddaaf7e7d6773ea26ddb17c213ab"},
+    {file = "pytest-7.4.2-py3-none-any.whl", hash = 
"sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002"},
+    {file = "pytest-7.4.2.tar.gz", hash = 
"sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069"},
 ]
 
 [package.dependencies]
@@ -3585,4 +3585,4 @@ zstandard = ["zstandard"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.8"
-content-hash = 
"d66370716344be90d6909ec14fb3e406d032200401b183e1bad055c31ab0cd03"
+content-hash = 
"16c09897acd9967782da65d3c32730a6f5abe1ea047b23a359614a04bcc69300"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 05b629cc7f..fe295371a2 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -72,7 +72,7 @@ psycopg2-binary = { version = ">=2.9.6", optional = true }
 sqlalchemy = { version = "^2.0.18", optional = true }
 
 [tool.poetry.dev-dependencies]
-pytest = "7.4.1"
+pytest = "7.4.2"
 pytest-checkdocs = "2.10.1"
 pre-commit = "3.4.0"
 fastavro = "1.8.3"

Reply via email to