File tree 2 files changed +13
-12
lines changed
2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
+ dist : focal
2
3
language : python
3
4
python :
4
- - ' 3.9 '
5
+ - " 3.10.2 "
5
6
before_install :
6
- - pip3.9 install -r requirements.txt
7
- - pip3.9 install -e .
7
+ - pip3.10 install -r requirements.txt
8
+ - pip3.10 install -e .
8
9
script : pytest -m "not compiled" --cov=pythonwhat
9
10
deploy :
10
11
provider : pypi
Original file line number Diff line number Diff line change @@ -3,25 +3,25 @@ protowhat~=2.1.0
3
3
asttokens ~= 2.0.5
4
4
dill ~= 0.3.4
5
5
markdown2 ~= 2.3.10
6
- jinja2 ~= 2.11 .3
6
+ jinja2 ~= 3.0 .3
7
7
8
- numpy ~= 1.19.5
9
- pandas ~= 1.3.2
8
+ numpy ~= 1.22.1
9
+ pandas ~= 1.4.0
10
10
11
11
# test deps
12
- scipy ~= 1.7.1
12
+ scipy ~= 1.7.3
13
13
bs4 ~= 0.0.1
14
14
html5lib ~= 1.1
15
- h5py ~= 3.1 .0
16
- requests ~= 2.26.0
15
+ h5py ~= 3.6 .0
16
+ requests ~= 2.27.1
17
17
seaborn ~= 0.11.2
18
- sqlalchemy ~= 1.4.23
18
+ sqlalchemy ~= 1.4.31
19
19
xlrd ~= 2.0.1
20
- openpyxl ~= 3.0.7
20
+ openpyxl ~= 3.0.9
21
21
22
22
# test-utils deps
23
23
pytest ~= 6.2.5
24
- pytest-cov ~= 2.12.1
24
+ pytest-cov ~= 3.0.0
25
25
26
26
# building documentation
27
27
sphinx ~= 4.1.2
You can’t perform that action at this time.
0 commit comments