Skip to content

Commit 5431ddc

Browse files
feat: bump pytest from 6.2.5 to 7.2.0 (#712)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.2.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@6.2.5...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3029942 commit 5431ddc

File tree

2 files changed

+94
-56
lines changed

2 files changed

+94
-56
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ include = ["pytest_splunk_addon/**/*.json", "pytest_splunk_addon/**/*.txt"]
3434
[tool.poetry.dependencies]
3535
httplib2 = "*"
3636
python = "^3.7"
37-
pytest = ">5.4.0,<6.3"
37+
pytest = ">5.4.0,<7.3"
3838
splunk-sdk = "^1.6"
3939
requests = "^2"
4040
jsonschema = "^4.2.1"

0 commit comments

Comments
 (0)