Skip to content

Commit

Permalink
chore(deps): update dependency pytest to v7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 23, 2022
1 parent cf2953e commit fd3fa23
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.1.1
- pytest==7.1.2
- 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.942
pylint==2.13.7
pytest==7.1.1
pytest==7.1.2
types-PyYAML==6.0.7
types-requests==2.27.20
types-setuptools==57.4.14
2 changes: 1 addition & 1 deletion requirements-test.txt
@@ -1,5 +1,5 @@
coverage
pytest==7.1.1
pytest==7.1.2
pytest-console-scripts==1.3.1
pytest-cov
responses

0 comments on commit fd3fa23

Please sign in to comment.