Skip to content

Commit

Permalink
chore(deps): update dependency pytest to v7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JohnVillalovos committed Sep 12, 2022
1 parent e180f14 commit ec7f26c
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 @@ -25,7 +25,7 @@ repos:
- id: pylint
additional_dependencies:
- argcomplete==2.0.0
- pytest==7.1.2
- pytest==7.1.3
- requests==2.28.1
- requests-toolbelt==0.9.1
files: 'gitlab/'
Expand Down
2 changes: 1 addition & 1 deletion requirements-lint.txt
Expand Up @@ -5,7 +5,7 @@ flake8==5.0.4
isort==5.10.1
mypy==0.971
pylint==2.14.5
pytest==7.1.2
pytest==7.1.3
types-PyYAML==6.0.11
types-requests==2.28.9
types-setuptools==64.0.1
2 changes: 1 addition & 1 deletion requirements-test.txt
@@ -1,5 +1,5 @@
coverage
pytest==7.1.2
pytest==7.1.3
pytest-console-scripts==1.3.1
pytest-cov
pytest-github-actions-annotate-failures==0.1.7
Expand Down

0 comments on commit ec7f26c

Please sign in to comment.