diff --git a/poetry.lock b/poetry.lock index 8e949a6d..27aa959e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1142,13 +1142,13 @@ ptyprocess = ">=0.5" [[package]] name = "pip" -version = "23.3.2" +version = "24.0" description = "The PyPA recommended tool for installing Python packages." optional = false python-versions = ">=3.7" files = [ - {file = "pip-23.3.2-py3-none-any.whl", hash = "sha256:5052d7889c1f9d05224cd41741acb7c5d6fa735ab34e339624a614eaaa7e7d76"}, - {file = "pip-23.3.2.tar.gz", hash = "sha256:7fd9972f96db22c8077a1ee2691b172c8089b17a5652a44494a9ecb0d78f9149"}, + {file = "pip-24.0-py3-none-any.whl", hash = "sha256:ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc"}, + {file = "pip-24.0.tar.gz", hash = "sha256:ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2"}, ] [[package]] @@ -2269,4 +2269,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8a68b4f510670b1793cece18832b404c94bfe2d4baec5de9693f95ebf02d385a" +content-hash = "2a28494b68cbd45d6fca03d7dc9059b6cd0b419c653317f3d27339bee79c8a0e" diff --git a/pyproject.toml b/pyproject.toml index 081a8e68..f9032455 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ ruff = ">=0.0.269,<0.2.2" nox = {version = "^2023.4.22", python = "3.8"} poetry = {version = "^1.4.2", python = "3.8"} pipx = {version = "^1.2.0", python = "3.8"} -pip = {version = "^23.1.2", python = "3.8"} +pip = {version = ">=23.1.2,<25.0.0", python = "3.8"} [tool.coverage.paths] source = ["src"]