Skip to content

Commit 87ea407

Browse files
chore(deps-dev): bump pytest from 7.4.4 to 9.0.3 in /layer_v3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.4...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8673ede commit 87ea407

File tree

2 files changed

+29
-13
lines changed

2 files changed

+29
-13
lines changed

layer_v3/poetry.lock

Lines changed: 28 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

layer_v3/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python = "^3.10"
1111
aws-cdk-lib = "^2.223.0"
1212

1313
[tool.poetry.group.dev.dependencies]
14-
pytest = "^7.1.2"
14+
pytest = ">=7.1.2,<10.0.0"
1515
boto3 = "^1.24.46"
1616
urllib3 = ">=1.25.4,!=2.2.0,<3"
1717

0 commit comments

Comments
 (0)