This is an automated email from the ASF dual-hosted git repository.
honahx 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 188e2c4d Build: Bump moto from 5.0.2 to 5.0.5 (#631)
188e2c4d is described below
commit 188e2c4d63f294fc55351916fb8d62a5a4401d3d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 19 00:36:57 2024 -0700
Build: Bump moto from 5.0.2 to 5.0.5 (#631)
---
poetry.lock | 71 +++++++++++++++++++++++++++++++++++++++++++++++--------------
1 file changed, 55 insertions(+), 16 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index c4883229..c35d92ec 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -182,6 +182,17 @@ files = [
[package.dependencies]
typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.9\""}
+[[package]]
+name = "antlr4-python3-runtime"
+version = "4.13.1"
+description = "ANTLR 4.13.1 runtime for Python 3"
+optional = false
+python-versions = "*"
+files = [
+ {file = "antlr4-python3-runtime-4.13.1.tar.gz", hash =
"sha256:3cd282f5ea7cfb841537fe01f143350fdb1c0b1ce7981443a2fa8513fddb6d1a"},
+ {file = "antlr4_python3_runtime-4.13.1-py3-none-any.whl", hash =
"sha256:78ec57aad12c97ac039ca27403ad61cb98aaec8a3f9bb8144f889aa0fa28b943"},
+]
+
[[package]]
name = "async-timeout"
version = "4.0.3"
@@ -1748,6 +1759,20 @@ files = [
[package.dependencies]
jsonpointer = ">=1.9"
+[[package]]
+name = "jsonpath-ng"
+version = "1.6.1"
+description = "A final implementation of JSONPath for Python that aims to be
standard compliant, including arithmetic and binary comparison operators and
providing clear AST for metaprogramming."
+optional = false
+python-versions = "*"
+files = [
+ {file = "jsonpath-ng-1.6.1.tar.gz", hash =
"sha256:086c37ba4917304850bd837aeab806670224d3f038fe2833ff593a672ef0a5fa"},
+ {file = "jsonpath_ng-1.6.1-py3-none-any.whl", hash =
"sha256:8f22cd8273d7772eea9aaa84d922e0841aa36fdb8a2c6b7f6c3791a16a9bc0be"},
+]
+
+[package.dependencies]
+ply = "*"
+
[[package]]
name = "jsonpickle"
version = "3.0.3"
@@ -2087,16 +2112,17 @@ test = ["mypy (>=1.0)", "pytest (>=7.0.0)"]
[[package]]
name = "moto"
-version = "5.0.2"
+version = "5.0.5"
description = ""
optional = false
python-versions = ">=3.8"
files = [
- {file = "moto-5.0.2-py2.py3-none-any.whl", hash =
"sha256:71bb832a18b64f10fc4cec117b9b0e2305e5831d9a17eb74f6b9819ed7613843"},
- {file = "moto-5.0.2.tar.gz", hash =
"sha256:7e27395e5c63ff9554ae14b5baa41bfe6d6b1be0e59eb02977c6ce28411246de"},
+ {file = "moto-5.0.5-py2.py3-none-any.whl", hash =
"sha256:4ecdd4084491a2f25f7a7925416dcf07eee0031ce724957439a32ef764b22874"},
+ {file = "moto-5.0.5.tar.gz", hash =
"sha256:2eaca2df7758f6868df420bf0725cd0b93d98709606f1fb8b2343b5bdc822d91"},
]
[package.dependencies]
+antlr4-python3-runtime = {version = "*", optional = true, markers = "extra ==
\"server\""}
aws-xray-sdk = {version = ">=0.93,<0.96 || >0.96", optional = true, markers =
"extra == \"server\""}
boto3 = ">=1.9.201"
botocore = ">=1.14.0"
@@ -2109,8 +2135,9 @@ graphql-core = {version = "*", optional = true, markers =
"extra == \"server\""}
Jinja2 = ">=2.10.1"
joserfc = {version = ">=0.9.0", optional = true, markers = "extra ==
\"server\""}
jsondiff = {version = ">=1.1.2", optional = true, markers = "extra ==
\"server\""}
+jsonpath-ng = {version = "*", optional = true, markers = "extra == \"server\""}
openapi-spec-validator = {version = ">=0.5.0", optional = true, markers =
"extra == \"server\""}
-py-partiql-parser = {version = "0.5.1", optional = true, markers = "extra ==
\"server\""}
+py-partiql-parser = {version = "0.5.4", optional = true, markers = "extra ==
\"server\""}
pyparsing = {version = ">=3.0.7", optional = true, markers = "extra ==
\"server\""}
python-dateutil = ">=2.1,<3.0.0"
PyYAML = {version = ">=5.1", optional = true, markers = "extra == \"server\""}
@@ -2121,24 +2148,25 @@ werkzeug = ">=0.5,<2.2.0 || >2.2.0,<2.2.1 || >2.2.1"
xmltodict = "*"
[package.extras]
-all = ["PyYAML (>=5.1)", "aws-xray-sdk (>=0.93,!=0.96)", "cfn-lint
(>=0.40.0)", "docker (>=3.0.0)", "graphql-core", "joserfc (>=0.9.0)", "jsondiff
(>=1.1.2)", "multipart", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser
(==0.5.1)", "pyparsing (>=3.0.7)", "setuptools"]
+all = ["PyYAML (>=5.1)", "antlr4-python3-runtime", "aws-xray-sdk
(>=0.93,!=0.96)", "cfn-lint (>=0.40.0)", "docker (>=3.0.0)", "graphql-core",
"joserfc (>=0.9.0)", "jsondiff (>=1.1.2)", "jsonpath-ng", "multipart",
"openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.4)", "pyparsing
(>=3.0.7)", "setuptools"]
apigateway = ["PyYAML (>=5.1)", "joserfc (>=0.9.0)", "openapi-spec-validator
(>=0.5.0)"]
apigatewayv2 = ["PyYAML (>=5.1)", "openapi-spec-validator (>=0.5.0)"]
appsync = ["graphql-core"]
awslambda = ["docker (>=3.0.0)"]
batch = ["docker (>=3.0.0)"]
-cloudformation = ["PyYAML (>=5.1)", "aws-xray-sdk (>=0.93,!=0.96)", "cfn-lint
(>=0.40.0)", "docker (>=3.0.0)", "graphql-core", "joserfc (>=0.9.0)", "jsondiff
(>=1.1.2)", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.1)",
"pyparsing (>=3.0.7)", "setuptools"]
+cloudformation = ["PyYAML (>=5.1)", "aws-xray-sdk (>=0.93,!=0.96)", "cfn-lint
(>=0.40.0)", "docker (>=3.0.0)", "graphql-core", "joserfc (>=0.9.0)", "jsondiff
(>=1.1.2)", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.4)",
"pyparsing (>=3.0.7)", "setuptools"]
cognitoidp = ["joserfc (>=0.9.0)"]
-dynamodb = ["docker (>=3.0.0)", "py-partiql-parser (==0.5.1)"]
-dynamodbstreams = ["docker (>=3.0.0)", "py-partiql-parser (==0.5.1)"]
+dynamodb = ["docker (>=3.0.0)", "py-partiql-parser (==0.5.4)"]
+dynamodbstreams = ["docker (>=3.0.0)", "py-partiql-parser (==0.5.4)"]
glue = ["pyparsing (>=3.0.7)"]
iotdata = ["jsondiff (>=1.1.2)"]
-proxy = ["PyYAML (>=5.1)", "aws-xray-sdk (>=0.93,!=0.96)", "cfn-lint
(>=0.40.0)", "docker (>=2.5.1)", "graphql-core", "joserfc (>=0.9.0)", "jsondiff
(>=1.1.2)", "multipart", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser
(==0.5.1)", "pyparsing (>=3.0.7)", "setuptools"]
-resourcegroupstaggingapi = ["PyYAML (>=5.1)", "cfn-lint (>=0.40.0)", "docker
(>=3.0.0)", "graphql-core", "joserfc (>=0.9.0)", "jsondiff (>=1.1.2)",
"openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.1)", "pyparsing
(>=3.0.7)"]
-s3 = ["PyYAML (>=5.1)", "py-partiql-parser (==0.5.1)"]
-s3crc32c = ["PyYAML (>=5.1)", "crc32c", "py-partiql-parser (==0.5.1)"]
-server = ["PyYAML (>=5.1)", "aws-xray-sdk (>=0.93,!=0.96)", "cfn-lint
(>=0.40.0)", "docker (>=3.0.0)", "flask (!=2.2.0,!=2.2.1)", "flask-cors",
"graphql-core", "joserfc (>=0.9.0)", "jsondiff (>=1.1.2)",
"openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.1)", "pyparsing
(>=3.0.7)", "setuptools"]
+proxy = ["PyYAML (>=5.1)", "antlr4-python3-runtime", "aws-xray-sdk
(>=0.93,!=0.96)", "cfn-lint (>=0.40.0)", "docker (>=2.5.1)", "graphql-core",
"joserfc (>=0.9.0)", "jsondiff (>=1.1.2)", "jsonpath-ng", "multipart",
"openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.4)", "pyparsing
(>=3.0.7)", "setuptools"]
+resourcegroupstaggingapi = ["PyYAML (>=5.1)", "cfn-lint (>=0.40.0)", "docker
(>=3.0.0)", "graphql-core", "joserfc (>=0.9.0)", "jsondiff (>=1.1.2)",
"openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.4)", "pyparsing
(>=3.0.7)"]
+s3 = ["PyYAML (>=5.1)", "py-partiql-parser (==0.5.4)"]
+s3crc32c = ["PyYAML (>=5.1)", "crc32c", "py-partiql-parser (==0.5.4)"]
+server = ["PyYAML (>=5.1)", "antlr4-python3-runtime", "aws-xray-sdk
(>=0.93,!=0.96)", "cfn-lint (>=0.40.0)", "docker (>=3.0.0)", "flask
(!=2.2.0,!=2.2.1)", "flask-cors", "graphql-core", "joserfc (>=0.9.0)",
"jsondiff (>=1.1.2)", "jsonpath-ng", "openapi-spec-validator (>=0.5.0)",
"py-partiql-parser (==0.5.4)", "pyparsing (>=3.0.7)", "setuptools"]
ssm = ["PyYAML (>=5.1)"]
+stepfunctions = ["antlr4-python3-runtime", "jsonpath-ng"]
xray = ["aws-xray-sdk (>=0.93,!=0.96)", "setuptools"]
[[package]]
@@ -2647,6 +2675,17 @@ files = [
dev = ["pre-commit", "tox"]
testing = ["pytest", "pytest-benchmark"]
+[[package]]
+name = "ply"
+version = "3.11"
+description = "Python Lex & Yacc"
+optional = false
+python-versions = "*"
+files = [
+ {file = "ply-3.11-py2.py3-none-any.whl", hash =
"sha256:096f9b8350b65ebd2fd1346b12452efe5b9607f7482813ffca50c22722a807ce"},
+ {file = "ply-3.11.tar.gz", hash =
"sha256:00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3"},
+]
+
[[package]]
name = "portalocker"
version = "2.8.2"
@@ -2815,13 +2854,13 @@ files = [
[[package]]
name = "py-partiql-parser"
-version = "0.5.1"
+version = "0.5.4"
description = "Pure Python PartiQL Parser"
optional = false
python-versions = "*"
files = [
- {file = "py-partiql-parser-0.5.1.tar.gz", hash =
"sha256:aeac8f46529d8651bbae88a1a6c14dc3aa38ebc4bc6bd1eb975044c0564246c6"},
- {file = "py_partiql_parser-0.5.1-py3-none-any.whl", hash =
"sha256:53053e70987dea2983e1990ad85f87a7d8cec13dd4a4b065a740bcfd661f5a6b"},
+ {file = "py_partiql_parser-0.5.4-py2.py3-none-any.whl", hash =
"sha256:3dc4295a47da9587681a96b35c6e151886fdbd0a4acbe0d97c4c68e5f689d315"},
+ {file = "py_partiql_parser-0.5.4.tar.gz", hash =
"sha256:72e043919538fa63edae72fb59afc7e3fd93adbde656718a7d2b4666f23dd114"},
]
[package.extras]