Skip to content

Commit 84c1bcb

Browse files
Bump pytest from 8.3.2 to 8.3.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3. - [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.3.2...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cd6ef4 commit 84c1bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jsonschema==3.2.0
99
lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64'
1010
lxml==5.3.0; python_version >= '3.8' or platform_machine != 'aarch64'
1111
pytest==7.0.1; python_version < '3.8'
12-
pytest==8.3.2; python_version >= '3.8'
12+
pytest==8.3.3; python_version >= '3.8'
1313
pytest-forked==1.4.0; python_version == '3.6'
1414
pytest-forked==1.6.0; python_version >= '3.7'
1515
pytest-parallel==0.1.1

0 commit comments

Comments
 (0)