8000 Merge pull request #1983 from python-gitlab/renovate/pytest-7.x · python-gitlab/python-gitlab@4a6bd90 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a6bd90

Browse files
authored
Merge pull request #1983 from python-gitlab/renovate/pytest-7.x
chore(deps): update dependency pytest to v7.1.2
2 parents cf2953e + fd3fa23 commit 4a6bd90

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.1
29+
- pytest==7.1.2
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.942
66
pylint==2.13.7
7-
pytest==7.1.1
7+
pytest==7.1.2
88
types-PyYAML==6.0.7
99
types-requests==2.27.20
1010
types-setuptools==57.4.14

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.1
2+
pytest==7.1.2
33
pytest-console-scripts==1.3.1
44
pytest-cov
55
responses

0 commit comments

Comments
 (0)
0