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

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fd3fa23

Browse files
committed
chore(deps): update dependency pytest to v7.1.2
1 parent cf2953e commit fd3fa23

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