-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 8.1.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@7.4.2...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
f428dc7
commit 6825ada
Showing
2 changed files
with
87 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile --allow-unsafe --output-file=test-requirements.txt --strip-extras test-requirements.in | ||
# | ||
attrs==23.1.0 | ||
# via -r mypy/test-requirements.in | ||
black==24.1.1 | ||
# via -r mypy/test-requirements.in | ||
cfgv==3.4.0 | ||
# via pre-commit | ||
click==8.1.7 | ||
# via black | ||
coverage==7.3.2 | ||
# via pytest-cov | ||
distlib==0.3.7 | ||
# via virtualenv | ||
execnet==2.0.2 | ||
# via pytest-xdist | ||
filelock==3.12.4 | ||
# via | ||
# -r mypy/test-requirements.in | ||
# virtualenv | ||
identify==2.5.30 | ||
# via pre-commit | ||
iniconfig==2.0.0 | ||
# via pytest | ||
lxml==4.9.2 ; (python_version < "3.11" or sys_platform != "win32") and python_version < "3.12" | ||
# via -r mypy/test-requirements.in | ||
mypy-extensions==1.0.0 | ||
# via | ||
# -r mypy/mypy-requirements.txt | ||
# black | ||
nodeenv==1.8.0 | ||
# via pre-commit | ||
packaging==23.2 | ||
# via | ||
# black | ||
# pytest | ||
pathspec==0.11.2 | ||
# via black | ||
platformdirs==3.11.0 | ||
# via | ||
# black | ||
# virtualenv | ||
pluggy==1.4.0 | ||
# via pytest | ||
pre-commit==3.5.0 | ||
# via -r mypy/test-requirements.in | ||
pre-commit-hooks==4.5.0 | ||
# via -r mypy/test-requirements.in | ||
psutil==5.9.6 | ||
# via -r mypy/test-requirements.in | ||
pytest==8.1.1 | ||
# via | ||
# -r mypy/test-requirements.in | ||
# pytest-cov | ||
# pytest-xdist | ||
pytest-cov==4.1.0 | ||
# via -r mypy/test-requirements.in | ||
pytest-xdist==3.3.1 | ||
# via -r mypy/test-requirements.in | ||
pyyaml==6.0.1 | ||
# via pre-commit | ||
ruamel-yaml==0.17.40 | ||
# via pre-commit-hooks | ||
ruamel-yaml-clib==0.2.8 | ||
# via ruamel-yaml | ||
ruff==0.2.0 | ||
# via -r mypy/test-requirements.in | ||
tomli==2.0.1 | ||
# via -r mypy/test-requirements.in | ||
types-psutil==5.9.5.17 | ||
# via -r mypy/build-requirements.txt | ||
types-setuptools==68.2.0.0 | ||
# via -r mypy/build-requirements.txt | ||
typing-extensions==4.8.0 | ||
# via -r mypy/mypy-requirements.txt | ||
virtualenv==20.24.5 | ||
# via pre-commit | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
setuptools==68.2.2 | ||
# via | ||
# -r mypy/test-requirements.in | ||
# nodeenv |