Skip to content

Commit 6fd3bce

Browse files
chore(deps-dev): bump pytest from 6.2.5 to 7.0.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.1. - [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.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22f8b9a commit 6fd3bce

File tree

2 files changed

+47
-11
lines changed

2 files changed

+47
-11
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ email-validator = {version = "*", optional = true }
3030

3131
[tool.poetry.dev-dependencies]
3232
coverage = {extras = ["toml"], version = "^6.2"}
33-
pytest = "^6.2.5"
33+
pytest = "^7.0.1"
3434
black = "^21.12b0"
3535
flake8 = "^4.0.1"
3636
flake8-black = "^0.2.3"
@@ -53,7 +53,7 @@ flake8-bugbear = "^22.1.11"
5353
mkdocs-git-revision-date-plugin = "^0.3.1"
5454
mike = "^0.6.0"
5555
mypy = "^0.931"
56-
mkdocs-material = "^8.1.9"
56+
mkdocs-material = "^8.2.4"
5757

5858

5959
[tool.poetry.extras]

0 commit comments

Comments
 (0)