##// END OF EJS Templates
deps: bumped some libs to latest versions
super-admin -
r1084:aab3fa0a python3
parent child Browse files
Show More
@@ -3,7 +3,7 b''
3 atomicwrites==1.4.1
3 atomicwrites==1.4.1
4 contextlib2==21.6.0
4 contextlib2==21.6.0
5 cov-core==1.15.0
5 cov-core==1.15.0
6 coverage==7.2.2
6 coverage==7.2.3
7 dogpile.cache==1.1.8
7 dogpile.cache==1.1.8
8 decorator==5.1.1
8 decorator==5.1.1
9 stevedore==5.0.0
9 stevedore==5.0.0
@@ -15,13 +15,13 b' hg-evolve==11.0.0'
15 importlib-metadata==6.0.0
15 importlib-metadata==6.0.0
16 zipp==3.15.0
16 zipp==3.15.0
17 mercurial==6.3.3
17 mercurial==6.3.3
18 mock==5.0.1
18 mock==5.0.2
19 more-itertools==9.1.0
19 more-itertools==9.1.0
20 msgpack==1.0.5
20 msgpack==1.0.5
21 orjson==3.8.9
21 orjson==3.8.10
22 psutil==5.9.4
22 psutil==5.9.4
23 py==1.11.0
23 py==1.11.0
24 pygit2==1.11.1
24 pygit2==1.12.0
25 cffi==1.15.1
25 cffi==1.15.1
26 pycparser==2.21
26 pycparser==2.21
27 pygments==2.14.0
27 pygments==2.14.0
@@ -1,19 +1,19 b''
1 # test related requirements
1 # test related requirements
2
2
3 cov-core==1.15.0
3 cov-core==1.15.0
4 coverage==7.2.2
4 coverage==7.2.3
5 mock==5.0.1
5 mock==5.0.2
6 py==1.11.0
6 py==1.11.0
7 pytest-cov==4.0.0
7 pytest-cov==4.0.0
8 coverage==7.2.2
8 coverage==7.2.3
9 pytest==7.2.2
9 pytest==7.3.1
10 attrs==22.2.0
10 attrs==22.2.0
11 iniconfig==2.0.0
11 iniconfig==2.0.0
12 packaging==23.0
12 packaging==23.0
13 pluggy==1.0.0
13 pluggy==1.0.0
14 pytest-profiling==1.7.0
14 pytest-profiling==1.7.0
15 gprof2dot==2022.7.29
15 gprof2dot==2022.7.29
16 pytest==7.2.2
16 pytest==7.3.1
17 attrs==22.2.0
17 attrs==22.2.0
18 iniconfig==2.0.0
18 iniconfig==2.0.0
19 packaging==23.0
19 packaging==23.0
@@ -22,14 +22,14 b' pytest-profiling==1.7.0'
22 pytest-runner==6.0.0
22 pytest-runner==6.0.0
23 pytest-sugar==0.9.6
23 pytest-sugar==0.9.6
24 packaging==23.0
24 packaging==23.0
25 pytest==7.2.2
25 pytest==7.3.1
26 attrs==22.2.0
26 attrs==22.2.0
27 iniconfig==2.0.0
27 iniconfig==2.0.0
28 packaging==23.0
28 packaging==23.0
29 pluggy==1.0.0
29 pluggy==1.0.0
30 termcolor==2.2.0
30 termcolor==2.2.0
31 pytest-timeout==2.1.0
31 pytest-timeout==2.1.0
32 pytest==7.2.2
32 pytest==7.3.1
33 attrs==22.2.0
33 attrs==22.2.0
34 iniconfig==2.0.0
34 iniconfig==2.0.0
35 packaging==23.0
35 packaging==23.0
General Comments 0
You need to be logged in to leave comments. Login now