Skip to content

Commit

Permalink
Bump pytest from 6.2.1 to 6.2.2
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.1 to 6.2.2.
- [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.1...6.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 15, 2021
1 parent 930fe6b commit 5672f48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -30,7 +30,7 @@ pytz = ">=2020.4,<2022.0"
typing-extensions = {version = "^3.7.4", python = "~3.6 || ~3.7"}

[tool.poetry.dev-dependencies]
pytest = "^6.2.1"
pytest = "^6.2.2"
requests_mock = "^1.8.0"
coverage = {extras = ["toml"], version = "^5.5"}
safety = "^1.10.3"
Expand Down

0 comments on commit 5672f48

Please sign in to comment.