diff --git a/poetry.lock b/poetry.lock index a82a0d07e..d8a664a2e 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 = "323ee4af12748050d2bca1293018d708c6605c12b0eb7436e8a8a0e1026f7500" +content-hash = "dd0edf7abd86385546b05b065b42d5f0a7b032fa01a07fcac4e8b8406e4a9341" diff --git a/pyproject.toml b/pyproject.toml index cfa1b4451..59623b554 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.15"} -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"