This is an automated email from the ASF dual-hosted git repository.
fokko 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 f7d8a2f5 Bump pyparsing from 3.2.0 to 3.2.1 (#1481)
f7d8a2f5 is described below
commit f7d8a2f50a7e8caafd04ff8ec3c08e113a5b71b3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 3 08:39:12 2025 +0100
Bump pyparsing from 3.2.0 to 3.2.1 (#1481)
Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.2.0 to
3.2.1.
- [Release notes](https://github.com/pyparsing/pyparsing/releases)
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
- [Commits](https://github.com/pyparsing/pyparsing/compare/3.2.0...3.2.1)
---
updated-dependencies:
- dependency-name: pyparsing
dependency-type: direct:production
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>
---
poetry.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 640cab27..4fd524bb 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -3330,13 +3330,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest
(>=6.0.0,<7.0.0)"]
[[package]]
name = "pyparsing"
-version = "3.2.0"
+version = "3.2.1"
description = "pyparsing module - Classes and methods to define and execute
parsing grammars"
optional = false
python-versions = ">=3.9"
files = [
- {file = "pyparsing-3.2.0-py3-none-any.whl", hash =
"sha256:93d9577b88da0bbea8cc8334ee8b918ed014968fd2ec383e868fb8afb1ccef84"},
- {file = "pyparsing-3.2.0.tar.gz", hash =
"sha256:cbf74e27246d595d9a74b186b810f6fbb86726dbf3b9532efb343f6d7294fe9c"},
+ {file = "pyparsing-3.2.1-py3-none-any.whl", hash =
"sha256:506ff4f4386c4cec0590ec19e6302d3aedb992fdc02c761e90416f158dacf8e1"},
+ {file = "pyparsing-3.2.1.tar.gz", hash =
"sha256:61980854fd66de3a90028d679a954d5f2623e83144b5afe5ee86f43d762e5f0a"},
]
[package.extras]