Skip to content

Commit aa206f3

Browse files
Bump pytest from 8.4.2 to 9.0.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.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@8.4.2...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32f3d35 commit aa206f3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ pyproject-hooks==1.2.0
241241
# via
242242
# build
243243
# pip-tools
244-
pytest==8.4.2
244+
pytest==9.0.2
245245
# via
246246
# -r requirements/tests.in
247247
# pytest-cov

requirements/tests.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ asgiref~=3.0
33
blinker~=1.0
44
coverage-badge~=1.0
55
pytest-cov~=7.0
6-
pytest~=8.4
6+
pytest~=9.0
77
pytest-env~=1.0
88
pytest-ordering~=0.6
99
python-dotenv~=1.0

requirements/tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ pymongo[srv]==3.13.0
189189
# sweetrpg-model-core
190190
pyproject-api==1.10.0
191191
# via tox
192-
pytest==8.4.2
192+
pytest==9.0.2
193193
# via
194194
# -r requirements/tests.in
195195
# pytest-cov

0 commit comments

Comments
 (0)