Skip to content

Commit 57d4281

Browse files
chore(deps-dev): bump pytest from 8.4.1 to 9.0.2 in /requirements (#8520)
* chore(deps-dev): bump pytest from 8.4.1 to 9.0.2 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 9.0.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@8.4.1...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps-dev): bump pytest from 8.4.1 to 9.0.2 for Python >=3.10 Keep pytest==8.4.1 for Python 3.9 since pytest 9.x requires Python >=3.10. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roger Zhang <ruojiazh@amazon.com>
1 parent 40695f4 commit 57d4281

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements/dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ types-urllib3==1.26.25.14
3333

3434
# Test requirements
3535

36-
pytest==8.4.1
36+
pytest==9.0.2; python_version>="3.10"
37+
pytest==8.4.1; python_version<"3.10"
3738

3839
parameterized==0.9.0
3940
pytest-xdist==3.8.0

0 commit comments

Comments
 (0)