Skip to content

Commit f80f021

Browse files
chore(deps): update pytest-xdist requirement from ==3.7.* to ==3.8.* (#165)
Updates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-xdist@v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-version: 3.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Charles Moore <122481442+moorec-aws@users.noreply.github.com>
1 parent 5d308a2 commit f80f021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ coverage[toml] == 7.*
22
pytest == 8.4.*
33
pytest-cov == 6.2.*
44
pytest-timeout == 2.4.*
5-
pytest-xdist == 3.7.*
5+
pytest-xdist == 3.8.*
66
types-PyYAML == 6.*
77
black == 25.*
88
ruff == 0.12.*

0 commit comments

Comments
 (0)