From 51d6f00bea1815033346927a91d99d7c7da77130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 00:51:26 +0000 Subject: [PATCH] Bump frictionless from 5.14.5 to 5.15.0 Bumps [frictionless](https://github.com/frictionlessdata/framework) from 5.14.5 to 5.15.0. - [Release notes](https://github.com/frictionlessdata/framework/releases) - [Changelog](https://github.com/frictionlessdata/frictionless-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/frictionlessdata/framework/compare/v5.14.5...v5.15.0) --- updated-dependencies: - dependency-name: frictionless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c4b358f..99b8d14 100644 --- a/poetry.lock +++ b/poetry.lock @@ -254,13 +254,13 @@ pyflakes = ">=2.5.0,<2.6.0" [[package]] name = "frictionless" -version = "5.14.5" +version = "5.15.0" description = "Data management framework for Python that provides functionality to describe, extract, validate, and transform tabular data" optional = false python-versions = ">=3.8" files = [ - {file = "frictionless-5.14.5-py3-none-any.whl", hash = "sha256:465409c39c8151f33d1425a48bd8a60190c8600c94c18633eb27e0f746ce1152"}, - {file = "frictionless-5.14.5.tar.gz", hash = "sha256:a4840906068c643c04d6b543085e31b1309abc39888cd1fe80abb7025a833b88"}, + {file = "frictionless-5.15.0-py3-none-any.whl", hash = "sha256:e8e019b81194824e74d239d4bf88e580024b6b742dd1efa658c2fde6f0d9f707"}, + {file = "frictionless-5.15.0.tar.gz", hash = "sha256:5914082cc307f49a1b506f7ab509a8de7a768dfdaf7df67dc0bd7a94d8a17044"}, ] [package.dependencies] @@ -269,7 +269,7 @@ chardet = ">=3.0" humanize = ">=4.2" isodate = ">=0.6" jinja2 = ">=3.0" -jsonschema = ">=2.5" +jsonschema = "<4.18" marko = ">=1.0" petl = ">=1.6" python-dateutil = ">=2.8" @@ -290,7 +290,7 @@ aws = ["boto3 (>=1.9)"] bigquery = ["google-api-python-client (>=1.12.1)"] ckan = ["frictionless-ckan-mapper (>=1.0)"] datasette = ["datasette (>=0.64.2)"] -dev = ["black", "hatch", "httpx", "ipython", "isort", "livemark", "moto", "oauth2client", "pyright", "pytest", "pytest-cov", "pytest-dotenv", "pytest-lazy-fixture", "pytest-mock", "pytest-only", "pytest-timeout", "pytest-vcr", "requests-mock", "ruff", "yattag"] +dev = ["black", "hatch", "httpx", "ipython", "isort", "livemark", "moto", "neovim", "oauth2client", "pyright", "pytest", "pytest-cov", "pytest-dotenv", "pytest-lazy-fixture", "pytest-mock", "pytest-only", "pytest-timeout", "pytest-vcr", "requests-mock", "ruff", "yattag"] duckdb = ["duckdb (>=0.8)", "duckdb-engine (>=0.7)", "sqlalchemy (>=1.4)"] excel = ["openpyxl (>=3.0)", "tableschema-to-template (>=0.0)", "xlrd (>=1.2)", "xlwt (>=1.2)"] github = ["pygithub (>=1.50)"]