Skip to content

Commit da7fad4

Browse files
authored
chore: Update pytest (#33)
1 parent 54f913a commit da7fad4

File tree

2 files changed

+24
-33
lines changed

2 files changed

+24
-33
lines changed

poetry.lock

Lines changed: 22 additions & 31 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
@@ -2,7 +2,7 @@
22

33
[tool.poetry]
44
name = "todo-bot"
5-
version = "2.0.5"
5+
version = "2.0.6"
66
description = "TODO"
77
authors = []
88

@@ -42,7 +42,7 @@ wemake-python-styleguide = "0.16.0"
4242
flake8-bandit = "2.1.2" # https://github.com/PyCQA/bandit/issues/837
4343
bandit = "1.7.2" # https://github.com/PyCQA/bandit/issues/837
4444

45-
pytest = "~7.0.1"
45+
pytest = "~7.2.1"
4646
pytest-asyncio = "~0.18.2"
4747
pytest-cov = "~3.0.0"
4848

0 commit comments

Comments
 (0)