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/16 19:18:47 UTC

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

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

commit 7d1bb55d357dee68bb039f79e17da3497e62de84
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Apr 16 21:18:40 2023 +0200

    Build: Bump pytest from 7.3.0 to 7.3.1 in /python (#7355)
    
    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.0 to 7.3.1.
    - [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.3.0...7.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@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 d0be2a65a2..a8f6db6476 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -2049,14 +2049,14 @@ files = [
 
 [[package]]
 name = "pytest"
-version = "7.3.0"
+version = "7.3.1"
 description = "pytest: simple powerful testing with Python"
 category = "dev"
 optional = false
 python-versions = ">=3.7"
 files = [
-    {file = "pytest-7.3.0-py3-none-any.whl", hash = "sha256:933051fa1bfbd38a21e73c3960cebdad4cf59483ddba7696c48509727e17f201"},
-    {file = "pytest-7.3.0.tar.gz", hash = "sha256:58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d"},
+    {file = "pytest-7.3.1-py3-none-any.whl", hash = "sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362"},
+    {file = "pytest-7.3.1.tar.gz", hash = "sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3"},
 ]
 
 [package.dependencies]
@@ -2864,4 +2864,4 @@ snappy = ["python-snappy"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.8"
-content-hash = "21f010d640df620775b6acb97d9dabe9219b507e4939d636ca497c81f98750bb"
+content-hash = "8bcbe587f8926a0616510a20563b0351b27cd3d280fe48094fa3eccde19e5033"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 7bb50476b0..e2a9831ba6 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.3.0"
+pytest = "7.3.1"
 pytest-checkdocs = "2.9.0"
 pre-commit = "3.2.2"
 fastavro = "1.7.3"