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. |
|
6 | coverage==7.2.2 | |
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 | |
@@ -18,7 +18,7 b' mercurial==6.3.3' | |||||
18 | mock==5.0.1 |
|
18 | mock==5.0.1 | |
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. |
|
21 | orjson==3.8.9 | |
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.11.1 | |
@@ -35,9 +35,9 b' pyramid==2.0.1' | |||||
35 | translationstring==1.4 |
|
35 | translationstring==1.4 | |
36 | venusian==3.0.0 |
|
36 | venusian==3.0.0 | |
37 | webob==1.8.7 |
|
37 | webob==1.8.7 | |
38 |
zope.deprecation== |
|
38 | zope.deprecation==5.0.0 | |
39 | zope.interface==6.0.0 |
|
39 | zope.interface==6.0.0 | |
40 |
redis==4.5. |
|
40 | redis==4.5.4 | |
41 | async-timeout==4.0.2 |
|
41 | async-timeout==4.0.2 | |
42 | repoze.lru==0.7 |
|
42 | repoze.lru==0.7 | |
43 | scandir==1.10.0 |
|
43 | scandir==1.10.0 |
@@ -1,11 +1,11 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. |
|
4 | coverage==7.2.2 | |
5 | mock==5.0.1 |
|
5 | mock==5.0.1 | |
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. |
|
8 | coverage==7.2.2 | |
9 | pytest==7.2.2 |
|
9 | pytest==7.2.2 | |
10 | attrs==22.2.0 |
|
10 | attrs==22.2.0 | |
11 | iniconfig==2.0.0 |
|
11 | iniconfig==2.0.0 |
General Comments 0
You need to be logged in to leave comments.
Login now