Skip to content

Commit 27c7e33

Browse files
renovate-botJohnVillalovos
authored andcommitted
chore(deps): update dependency pytest to v7.1.0
1 parent 8cd668e commit 27c7e33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- id: pylint
2727
additional_dependencies:
2828
- argcomplete==2.0.0
29-
- pytest==7.0.1
29+
- pytest==7.1.0
3030
- requests==2.27.1
3131
- requests-toolbelt==0.9.1
3232
files: 'gitlab/'

requirements-lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ flake8==4.0.1
44
isort==5.10.1
55
mypy==0.940
66
pylint==2.12.2
7-
pytest==7.0.1
7+
pytest==7.1.0
88
types-PyYAML==6.0.4
99
types-requests==2.27.12
1010
types-setuptools==57.4.10

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage
2-
pytest==7.0.1
2+
pytest==7.1.0
33
pytest-console-scripts==1.3
44
pytest-cov
55
responses

0 commit comments

Comments
 (0)