diff options
| author | Renovate Bot <bot@renovateapp.com> | 2022-03-08 01:27:58 +0000 |
|---|---|---|
| committer | John Villalovos <john@sodarock.com> | 2022-03-08 08:52:59 -0800 |
| commit | ae8d70de2ad3ceb450a33b33e189bb0a3f0ff563 (patch) | |
| tree | c622d3b9a9206a1f05478182e5142c5a2585bbcb | |
| parent | 18a0eae11c480d6bd5cf612a94e56cb9562e552a (diff) | |
| download | gitlab-ae8d70de2ad3ceb450a33b33e189bb0a3f0ff563.tar.gz | |
chore(deps): update dependency pytest to v7
| -rw-r--r-- | .pre-commit-config.yaml | 2 | ||||
| -rw-r--r-- | requirements-lint.txt | 2 | ||||
| -rw-r--r-- | requirements-test.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7130cfe..2b3d0ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: pylint additional_dependencies: - argcomplete==2.0.0 - - pytest==6.2.5 + - pytest==7.0.1 - requests==2.27.1 - requests-toolbelt==0.9.1 files: 'gitlab/' diff --git a/requirements-lint.txt b/requirements-lint.txt index 8b9c323..c9ab66b 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -4,7 +4,7 @@ flake8==4.0.1 isort==5.10.1 mypy==0.931 pylint==2.12.2 -pytest==6.2.5 +pytest==7.0.1 types-PyYAML==6.0.4 types-requests==2.27.11 types-setuptools==57.4.9 diff --git a/requirements-test.txt b/requirements-test.txt index 3fec8f3..753f4c3 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ coverage -pytest==6.2.5 +pytest==7.0.1 pytest-console-scripts==1.3 pytest-cov responses |
