Skip to content

Commit f362c25

Browse files
Bump pytest from 7.3.0 to 7.3.1 (#272)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcd0a70 commit f362c25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test = [
4141
"isort==5.12.0",
4242
"mypy==1.2.0",
4343
"pylint==2.17.2",
44-
"pytest==7.3.0",
44+
"pytest==7.3.1",
4545
"pytest-aiohttp==1.0.4",
4646
"pytest-cov==4.0.0",
4747
]

requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ flake8-docstrings==1.7.0
44
isort==5.12.0
55
mypy==1.2.0
66
pylint==2.17.2
7-
pytest==7.3.0
7+
pytest==7.3.1
88
pytest-aiohttp==1.0.4
99
pytest-cov==4.0.0

0 commit comments

Comments
 (0)