8000 chore(deps): update dependency pytest to v7.1.1 · python-gitlab/python-gitlab@e31f2ef · GitHub
[go: up one dir, main page]

Skip to content

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.1.0
29+
- pytest==7.1.1
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.941
66
pylint==2.12.2
7-
pytest==7.1.0
7+
pytest==7.1.1
88
types-PyYAML==6.0.5
99
types-requests==2.27.13
1010
types-setuptools==57.4.11

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.1.0
2+
pytest==7.1.1
33
pytest-console-scripts==1.3
44
pytest-cov
55
responses

0 commit comments

Comments
 (0)
0