diff --git a/poetry.lock b/poetry.lock index d84e2645..6bb9139d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2401,17 +2401,6 @@ gevent = ["gevent"] tornado = ["tornado"] twisted = ["twisted"] -[[package]] -name = "pip" -version = "24.0" -description = "The PyPA recommended tool for installing Python packages." -optional = false -python-versions = ">=3.7" -files = [ - {file = "pip-24.0-py3-none-any.whl", hash = "sha256:ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc"}, - {file = "pip-24.0.tar.gz", hash = "sha256:ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2"}, -] - [[package]] name = "pkginfo" version = "1.10.0" @@ -4204,4 +4193,4 @@ weaviate = ["weaviate-client"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "40229c4a25c2b3e738ee2c89644d00a0e2806fae710f9c10e2cae5b6962ff3c4" +content-hash = "c38637d4ecf32df935824d3dfa858bd9ef1fd4d90535f74587ec1ca87c94c285" diff --git a/pyproject.toml b/pyproject.toml index c3ff0990..fd906770 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -144,7 +144,6 @@ psycopg = "*" cassandra-driver = "*" pytest-asyncio = "0.23.5" kafka-python-ng = "^2.2.0" -pip = "^24.0" [[tool.poetry.source]] name = "PyPI"