diff --git a/poetry.lock b/poetry.lock index 180359178..762f1be18 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1935,22 +1935,23 @@ files = [ [[package]] name = "pipenv" -version = "2024.0.2" +version = "2024.0.3" description = "Python Development Workflow for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "pipenv-2024.0.2-py3-none-any.whl", hash = "sha256:3e9556c72fda1706186edfe66b72f4eae59ff1326fc2c9a60f4a1d590a4eb7f3"}, - {file = "pipenv-2024.0.2.tar.gz", hash = "sha256:f4aca545b472e5ea00bd5131ef2b9047f509c420b89e998caa1085ed06d197cb"}, + {file = "pipenv-2024.0.3-py3-none-any.whl", hash = "sha256:612a395c583d81903b8dd9bbf14375b338a01bbcfdad28c17f465f2fc3fc6395"}, + {file = "pipenv-2024.0.3.tar.gz", hash = "sha256:0226ed63c81725117ed284bd58eb07e64207dc0c3fc8b52ead0ab2db91321870"}, ] [package.dependencies] certifi = "*" +packaging = ">=22" setuptools = ">=67" virtualenv = ">=20.24.2" [package.extras] -dev = ["beautifulsoup4", "black (==23.3)", "flake8 (>=3.3,<4.0)", "invoke", "parver", "sphinx", "towncrier"] +dev = ["beautifulsoup4", "black (==23.3)", "flake8 (>=3.3,<4)", "invoke", "parver", "sphinx", "towncrier"] tests = ["flaky", "mock", "pytest (>=5)", "pytest-timeout", "pytest-xdist"] [[package]] @@ -3408,4 +3409,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.13" -content-hash = "ca369b60605d213db05f14c77f40e3b2af84831ca17a508f3a11417d164d8c27" +content-hash = "e6c6720c907ab0e9bd4366505a9f9fa569f1301a0bb896b14cbd94b30a123045" diff --git a/pyproject.toml b/pyproject.toml index 0157c0ef5..bd1b18daf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ ruff = "^0.6.8" [tool.poetry.group.test.dependencies] coverage = {extras = ["toml"], version = "^7.6.1"} moto = {extras = ["ec2", "ecs", "iam", "s3", "ssm"], version = "^5.0.14"} -pipenv = "^2024.0.2" # only used in tests +pipenv = "^2024.0.3" # only used in tests pytest = "^8.3.3" pytest-cov = "^5.0.0" pytest-mock = "^3.14.0"