Skip to content

Commit 4dda741

Browse files
authored
Pin py at 1.10.0
Closes dependabot alert.
1 parent 796756e commit 4dda741

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.requirements/testing.txt

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44
#
55
# pip-compile ./.requirements/testing.in
66
#
7-
attrs==20.2.0 # via hypothesis, interrogate, pandas-vet, pytest
8-
click==7.1.2 # via interrogate
9-
colorama==0.4.4 # via interrogate
10-
coverage==5.3 # via pytest-cov
11-
flake8==3.8.4 # via pandas-vet
12-
hypothesis==5.37.3 # via -r ./.requirements/testing.in
13-
iniconfig==1.1.1 # via pytest
14-
interrogate==1.3.1 # via -r ./.requirements/testing.in
15-
mccabe==0.6.1 # via flake8
16-
packaging==20.4 # via pytest
17-
pandas-vet==0.2.2 # via -r ./.requirements/testing.in
18-
pluggy==0.13.1 # via pytest
19-
py==1.9.0 # via interrogate, pytest
20-
pycodestyle==2.6.0 # via flake8
21-
pyflakes==2.2.0 # via flake8
22-
pyparsing==2.4.7 # via packaging
7+
attrs==20.2.0 # via hypothesis, interrogate, pandas-vet, pytest
8+
click==7.1.2 # via interrogate
9+
colorama==0.4.4 # via interrogate
10+
coverage==5.3 # via pytest-cov
11+
flake8==3.8.4 # via pandas-vet
12+
hypothesis==5.37.3 # via -r ./.requirements/testing.in
13+
iniconfig==1.1.1 # via pytest
14+
interrogate==1.3.1 # via -r ./.requirements/testing.in
15+
mccabe==0.6.1 # via flake8
16+
packaging==20.4 # via pytest
17+
pandas-vet==0.2.2 # via -r ./.requirements/testing.in
18+
pluggy==0.13.1 # via pytest
19+
py==1.10.0 # via interrogate, pytest
20+
pycodestyle==2.6.0 # via flake8
21+
pyflakes==2.2.0 # via flake8
22+
pyparsing==2.4.7 # via packaging
2323
pytest-azurepipelines==0.8.0 # via -r ./.requirements/testing.in
24-
pytest-cov==2.10.1 # via -r ./.requirements/testing.in
25-
pytest==6.1.1 # via -r ./.requirements/testing.in, pytest-azurepipelines, pytest-cov
26-
six==1.15.0 # via packaging
27-
sortedcontainers==2.2.2 # via hypothesis
28-
tabulate==0.8.7 # via interrogate
29-
toml==0.10.1 # via interrogate, pytest
24+
pytest-cov==2.10.1 # via -r ./.requirements/testing.in
25+
pytest==6.1.1 # via -r ./.requirements/testing.in, pytest-azurepipelines, pytest-cov
26+
six==1.15.0 # via packaging
27+
sortedcontainers==2.2.2 # via hypothesis
28+
tabulate==0.8.7 # via interrogate
29+
toml==0.10.1 # via interrogate, pytest

0 commit comments

Comments
 (0)