From b2bd3d59849640e8c5f4dd00409107ac43d65f23 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Tue, 30 Jan 2024 19:09:23 -0500 Subject: [PATCH] chore(deps): relock --- poetry.lock | 4 ++-- pyproject.toml | 2 -- requirements-dev.txt | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0c69fd84b5f4..2c7ba36701c8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -7310,7 +7310,7 @@ cffi = {version = ">=1.11", markers = "platform_python_implementation == \"PyPy\ cffi = ["cffi (>=1.11)"] [extras] -all = ["black", "clickhouse-connect", "dask", "datafusion", "db-dtypes", "deltalake", "duckdb", "geopandas", "google-cloud-bigquery", "google-cloud-bigquery-storage", "graphviz", "impyla", "oracledb", "packaging", "pins", "polars", "psycopg2", "pydata-google-auth", "pydruid", "pyexasol", "pymysql", "pyodbc", "pyspark", "regex", "shapely", "snowflake-connector-python", "sqlalchemy", "sqlalchemy-views", "trino"] +all = ["black", "clickhouse-connect", "dask", "datafusion", "db-dtypes", "deltalake", "duckdb", "geopandas", "google-cloud-bigquery", "google-cloud-bigquery-storage", "graphviz", "impyla", "oracledb", "packaging", "pins", "polars", "psycopg2", "pydata-google-auth", "pydruid", "pyexasol", "pymysql", "pyodbc", "pyspark", "regex", "shapely", "snowflake-connector-python", "trino"] bigquery = ["db-dtypes", "google-cloud-bigquery", "google-cloud-bigquery-storage", "pydata-google-auth"] clickhouse = ["clickhouse-connect"] dask = ["dask", "regex"] @@ -7339,4 +7339,4 @@ visualization = ["graphviz"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "63a88996c2a5291bf202d60b33960cb955d6c6161edc953e434f9b547a9dc6d7" +content-hash = "46f6575d9e668129872ccb5c2fd5de6c3e2fc808b8620e1c0082b18239b36639" diff --git a/pyproject.toml b/pyproject.toml index 8e471f6c7ab4..6b5ef6dffa75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -167,8 +167,6 @@ all = [ "regex", "shapely", "snowflake-connector-python", - "sqlalchemy", - "sqlalchemy-views", "trino", ] bigquery = [ diff --git a/requirements-dev.txt b/requirements-dev.txt index 538b128b742d..8307b0d22465 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -234,7 +234,6 @@ snowflake-connector-python==3.6.0 ; python_version >= "3.9" and python_version < sortedcontainers==2.4.0 ; python_version >= "3.9" and python_version < "4.0" soupsieve==2.5 ; python_version >= "3.10" and python_version < "3.13" sphobjinv==2.3.1 ; python_version >= "3.10" and python_version < "3.13" -sqlalchemy-views==0.3.2 ; python_version >= "3.9" and python_version < "4.0" sqlalchemy==1.4.51 ; python_version >= "3.9" and python_version < "4.0" sqlglot==20.8.0 ; python_version >= "3.9" and python_version < "4.0" stack-data==0.6.3 ; python_version >= "3.9" and python_version < "4.0"