From 6b470fe31bfb1f5859a8739893434b84eab66a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:46:46 +0000 Subject: [PATCH] Update urllib3 requirement from <2 to <3 Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/0.3...v2.0.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 63c28fd..fd6ea34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,26 @@ authors = [ { name = "Richard Pobering", email = "richard.pobering@panodata.org" }, ] requires-python = ">=3.8" +dependencies = [ + "click<9", + "colorama<1", + "crash", + "crate[sqlalchemy]", + "ddlgenerator<0.2", + "frictionless[excel,json,ods,parquet,sql]<5.6", + "fsspec[gcs,github,http,s3]==2023.1", + "json_stream<3", + "line-protocol-parser<2", + "odfpy<2", + "pandas<1.6", + "requests<2.32", + "sql-formatter<0.7", + "sqlmakeuper<0.2", + "urllib3<3", +] +dynamic = [ + "version", +] classifiers = [ "Development Status :: 3 - Alpha", "Environment :: Console",