Skip to content

Commit

Permalink
chore(deps): update dependency pytest to v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and JohnVillalovos committed Mar 13, 2022
1 parent 8cd668e commit 27c7e33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -26,7 +26,7 @@ repos:
- id: pylint
additional_dependencies:
- argcomplete==2.0.0
- pytest==7.0.1
- pytest==7.1.0
- requests==2.27.1
- requests-toolbelt==0.9.1
files: 'gitlab/'
Expand Down
2 changes: 1 addition & 1 deletion requirements-lint.txt
Expand Up @@ -4,7 +4,7 @@ flake8==4.0.1
isort==5.10.1
mypy==0.940
pylint==2.12.2
pytest==7.0.1
pytest==7.1.0
types-PyYAML==6.0.4
types-requests==2.27.12
types-setuptools==57.4.10
2 changes: 1 addition & 1 deletion requirements-test.txt
@@ -1,5 +1,5 @@
coverage
pytest==7.0.1
pytest==7.1.0
pytest-console-scripts==1.3
pytest-cov
responses

0 comments on commit 27c7e33

Please sign in to comment.