Skip to content

Commit

Permalink
Update dependency pipenv to v2022.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2024
1 parent c9d65b6 commit 675482a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
24 changes: 6 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 675482a

Please sign in to comment.