From a46f9c357a8c187678c10500ae11f00e6c3df486 Mon Sep 17 00:00:00 2001 From: tokoko Date: Tue, 10 Sep 2024 07:43:36 +0000 Subject: [PATCH] remove duplicate virtualenv dependency Signed-off-by: tokoko --- pixi.lock | 31 +++++++++++++++---------------- pyproject.toml | 1 - 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/pixi.lock b/pixi.lock index 4fec1b86ab..0fca9aeb28 100644 --- a/pixi.lock +++ b/pixi.lock @@ -280,7 +280,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/ca/1c/89ffc63a9605b583d5df2be791a27bc1a42b7c32bab68d3c8f2f73a98cd4/urllib3-2.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f5/8e/cdc7d6263db313030e4c257dd5ba3909ebc4e4fb53ad62d5f09b1a2f5458/uvicorn-0.30.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/f8/5ceea6876154d926604f10c1dd896adf9bce6d55a55911364337b8a5ed8d/uvloop-0.20.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/dd/af/4a7f56bb73ede17f6195aaf03353a1c1dd1381ba0aa2e3b786f7ec9fe8aa/virtualenv-20.24.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f1/0a/18755fa6aec794fd539b050beeaa905fa5c77c64356aa8bdecb62c01581a/virtualenv-20.23.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/27/69/e1da9d34da7fc59db358424f5d89a56aaafe09f6961b64e36457a80a7194/watchfiles-0.24.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/5a/84/44687a29792a70e111c5c477230a72c4b957d88d16141199bf9acb7537a3/websocket_client-1.8.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/94/6e/eaf95894042ba8a05a125fe8bcf9ee3572fef6edbcbf49478f4991c027cc/websockets-13.0.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl @@ -753,9 +753,9 @@ packages: requires_python: '>=3.8' - kind: pypi name: feast - version: 0.1.dev3435+gcea6be8.d20240910 + version: 0.1.dev3438+gc334e44.d20240910 path: . - sha256: d22858c636c4826e8a54e557ffd49e1824049970b63b4ce92d8c738112240836 + sha256: 8f7cac4060425df279c7eeaa77802d1776eed530c7934fc809e2cf333af07a14 requires_dist: - click<9.0.0,>=7.0.0 - colorama<1,>=0.3.9 @@ -833,7 +833,6 @@ packages: - types-requests<2.31.0 ; extra == 'ci' - types-setuptools ; extra == 'ci' - types-tabulate ; extra == 'ci' - - virtualenv<20.24.2 ; extra == 'ci' - feast[aws,azure,cassandra,delta,duckdb,elasticsearch,gcp,ge,grpcio,hazelcast,hbase,ibis,k8s,mysql,opentelemetry,postgres,redis,singlestore,snowflake,spark,sqlite-vec,trino] ; extra == 'ci' - deltalake ; extra == 'delta' - feast[ci] ; extra == 'dev' @@ -2744,32 +2743,32 @@ packages: requires_python: '>=3.8.0' - kind: pypi name: virtualenv - version: 20.24.1 - url: https://files.pythonhosted.org/packages/dd/af/4a7f56bb73ede17f6195aaf03353a1c1dd1381ba0aa2e3b786f7ec9fe8aa/virtualenv-20.24.1-py3-none-any.whl - sha256: 01aacf8decd346cf9a865ae85c0cdc7f64c8caa07ff0d8b1dfc1733d10677442 + version: 20.23.0 + url: https://files.pythonhosted.org/packages/f1/0a/18755fa6aec794fd539b050beeaa905fa5c77c64356aa8bdecb62c01581a/virtualenv-20.23.0-py3-none-any.whl + sha256: 6abec7670e5802a528357fdc75b26b9f57d5d92f29c5462ba0fbe45feacc685e requires_dist: - distlib<1,>=0.3.6 - - filelock<4,>=3.12 - - importlib-metadata>=6.6 ; python_version < '3.8' - - platformdirs<4,>=3.5.1 - - furo>=2023.5.20 ; extra == 'docs' + - filelock<4,>=3.11 + - importlib-metadata>=6.4.1 ; python_version < '3.8' + - platformdirs<4,>=3.2 + - furo>=2023.3.27 ; extra == 'docs' - proselint>=0.13 ; extra == 'docs' - sphinx-argparse>=0.4 ; extra == 'docs' - - sphinx>=7.0.1 ; extra == 'docs' + - sphinx>=6.1.3 ; extra == 'docs' - sphinxcontrib-towncrier>=0.2.1a0 ; extra == 'docs' - - towncrier>=23.6 ; extra == 'docs' + - towncrier>=22.12 ; extra == 'docs' - covdefaults>=2.3 ; extra == 'test' - coverage-enable-subprocess>=1 ; extra == 'test' - - coverage>=7.2.7 ; extra == 'test' + - coverage>=7.2.3 ; extra == 'test' - flaky>=3.7 ; extra == 'test' - packaging>=23.1 ; extra == 'test' - pytest-env>=0.8.1 ; extra == 'test' - - pytest-freezer>=0.4.6 ; platform_python_implementation == 'PyPy' and extra == 'test' + - pytest-freezegun>=0.4.2 ; platform_python_implementation == 'PyPy' and extra == 'test' - pytest-mock>=3.10 ; extra == 'test' - pytest-randomly>=3.12 ; extra == 'test' - pytest-timeout>=2.1 ; extra == 'test' - pytest>=7.3.1 ; extra == 'test' - - setuptools>=67.8 ; extra == 'test' + - setuptools>=67.7.1 ; extra == 'test' - time-machine>=2.9 ; platform_python_implementation == 'CPython' and extra == 'test' requires_python: '>=3.7' - kind: pypi diff --git a/pyproject.toml b/pyproject.toml index b8f993042b..230f2da4d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -172,7 +172,6 @@ ci = [ "types-requests<2.31.0", "types-setuptools", "types-tabulate", - "virtualenv<20.24.2", "feast[aws, gcp, redis, k8s, snowflake, spark, postgres, mysql, trino, ge, hbase, cassandra, azure, hazelcast, ibis, grpcio, duckdb, delta, elasticsearch, sqlite_vec, singlestore, opentelemetry]" ]