From 675482ab1fed5ea1faa9d3e626ff871b7ca13717 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 19:21:16 +0000 Subject: [PATCH] Update dependency pipenv to v2022.12.19 --- poetry.lock | 24 ++++++------------------ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 20 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3a7845c58..18f2cf40d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1933,37 +1933,25 @@ files = [ {file = "pbr-6.0.0.tar.gz", hash = "sha256:d1377122a5a00e2f940ee482999518efe16d745d423a670c27773dfbc3c9a7d9"}, ] -[[package]] -name = "pip" -version = "23.3.1" -description = "The PyPA recommended tool for installing Python packages." -optional = false -python-versions = ">=3.7" -files = [ - {file = "pip-23.3.1-py3-none-any.whl", hash = "sha256:55eb67bb6171d37447e82213be585b75fe2b12b359e993773aca4de9247a052b"}, - {file = "pip-23.3.1.tar.gz", hash = "sha256:1fcaa041308d01f14575f6d0d2ea4b75a3e2871fe4f9c694976f908768e14174"}, -] - [[package]] name = "pipenv" -version = "2022.1.8" +version = "2022.12.19" description = "Python Development Workflow for Humans." optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "pipenv-2022.1.8-py2.py3-none-any.whl", hash = "sha256:3b80b4512934b9d8e8ce12c988394642ff96bb697680e5b092e59af503178327"}, - {file = "pipenv-2022.1.8.tar.gz", hash = "sha256:f84d7119239b22ab2ac2b8fbc7d619d83cf41135206d72a17c4f151cda529fd0"}, + {file = "pipenv-2022.12.19-py3-none-any.whl", hash = "sha256:eed9c479d918a809deec23a4136f2b66091f035c849012acca3a9898d5f0938f"}, + {file = "pipenv-2022.12.19.tar.gz", hash = "sha256:56a0e9305912293a8205e23b836b4abb9bca912fd5ef131214cdcdbc1861a1cc"}, ] [package.dependencies] certifi = "*" -pip = ">=18.0" setuptools = ">=36.2.1" virtualenv = "*" virtualenv-clone = ">=0.2.5" [package.extras] -dev = ["black", "bs4", "flake8 (>=3.3.0,<4.0)", "invoke", "parver", "sphinx", "towncrier", "twine"] +dev = ["black", "bs4", "flake8 (>=3.3.0,<4.0)", "invoke", "parver", "sphinx", "towncrier"] tests = ["flaky", "mock", "pytest (>=5.0)", "pytest-timeout", "pytest-xdist"] [[package]] @@ -3431,4 +3419,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.13" -content-hash = "80197276d0ba686851f008e87818c17547623c06fae6b254d29587ca6d249fa3" +content-hash = "d56d27039d498f3b009b7e9ce47e9d75b90f17090b0b34b9d1ea241e3a81769f" diff --git a/pyproject.toml b/pyproject.toml index 63db4e138..7f64e9246 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ gitpython = "*" igittigitt = ">=2.0.5" jinja2 = ">=2.7" # used in runway.cfngin.blueprints.raw packaging = "*" # component of setuptools needed for version compare -pipenv = "2022.1.8" +pipenv = "2022.12.19" pyOpenSSL = "*" # For embedded hook & associated script usage pydantic = "^2.8.0" pyhcl = "^0.4" # does not support HCL2, possibly move to extras_require in the future @@ -82,7 +82,7 @@ ruff = "^0.5.7" [tool.poetry.group.test.dependencies] coverage = {extras = ["toml"], version = "^7.6.1"} moto = {extras = ["ec2", "ecs", "iam", "s3", "ssm"], version = "^5.0.14"} -pipenv = "^2022.1.8" # only used in tests +pipenv = "^2022.12.19" # only used in tests pytest = "^8.3.3" pytest-cov = "^5.0.0" pytest-mock = "^3.14.0"