Skip to content

Commit 4c083a7

Browse files
build(deps): bump pytest from 7.3.0 to 7.4.0 (#683)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.0 to 7.4.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@7.3.0...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Bull <[email protected]>
1 parent f6c515e commit 4c083a7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

demos/blog/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ redis==4.5.4
99
sqlalchemy==1.4.45
1010

1111
# testing
12-
pytest==7.3.0
12+
pytest==7.4.0
1313
pytest-aiohttp==1.0.4
1414
pytest-asyncio==0.21.0
1515
flake8==6.0.0

demos/graphql-demo/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ redis==4.5.4
1313

1414
mypy==1.2.0
1515
flake8==6.0.0
16-
pytest==7.3.0
16+
pytest==7.4.0
1717
pytest-cov==4.0.0

demos/moderator/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ flake8-bugbear==23.3.12
1212
flake8-quotes==3.3.2
1313
ipdb==0.13.13
1414
mypy==1.2.0
15-
pytest==7.3.0
15+
pytest==7.4.0
1616
pytest-aiohttp==1.0.4
1717
pytest-asyncio==0.21.0
1818
pytest-cov==4.0.0

demos/moderator_bot/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ more-itertools==9.1.0
1313
multidict==6.0.4
1414
numpy==1.23.4
1515
pluggy==1.0.0
16-
pytest==7.3.0
16+
pytest==7.4.0
1717
pytest-aiohttp==1.0.4
1818
pyyaml==6.0
1919
scikit-learn==1.3.0

demos/polls/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ aiohttp-jinja2==1.5.1
44
trafaret_config==2.0.2
55

66
# For testing
7-
pytest==7.3.0
7+
pytest==7.4.0
88
pytest-aiohttp==1.0.4
99
flake8==6.0.0

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ flake8-bugbear==23.3.12
1515
flake8-quotes==3.3.2
1616

1717
# test
18-
pytest==7.3.0
18+
pytest==7.4.0
1919
pytest-aiohttp==1.0.4
2020

2121

0 commit comments

Comments
 (0)