8000 uprev test dependencies (#1657) · ag-python/pydantic@8e00077 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e00077

Browse files
authored
uprev test dependencies (pydantic#1657)
1 parent 70d531f commit 8e00077

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ansi2html==1.5.2
22
mkdocs==1.1.2
33
markdown==3.2.2
44
mkdocs-exclude==1.0.2
5-
mkdocs-material==5.2.2
5+
mkdocs-material==5.3.3
66
markdown-include==0.5.1
77
pygments==2.6.1
88
sqlalchemy # pyup: ignore

tests/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
black==19.10b0
22
coverage==5.1
3-
Cython==0.29.19;sys_platform!='win32'
4-
flake8==3.8.2
3+
Cython==0.29.20;sys_platform!='win32'
4+
flake8==3.8.3
55
flake8-quotes==3.2.0
66
isort==4.3.21
77
mypy==0.780
88
pycodestyle==2.6.0
99
pyflakes==2.2.0
10-
pytest==5.4.2
11-
pytest-cov==2.9.0
12-
pytest-mock==3.1.0
10+
pytest==5.4.3
11+
pytest-cov==2.10.0
12+
pytest-mock==3.1.1
1313
pytest-sugar==0.9.3
14-
twine==3.1.1
14+
twine==3.2.0

0 commit comments

Comments
 (0)
0