##// END OF EJS Templates
reqs: bumped to latest versions
super-admin -
r1037:e4dfe577 python3
parent child Browse files
Show More
@@ -1,38 +1,37 b''
1 ## dependencies
1 ## dependencies
2
2
3 # our custom configobj
3 # our custom configobj
4 https://code.rhodecode.com/upstream/configobj/artifacts/download/0-012de99a-b1e1-4f64-a5c0-07a98a41b324.tar.gz?md5=6a513f51fe04b2c18cf84c1395a7c626#egg=configobj==5.0.6
4 configobj==5.0.8
5
6 dogpile.cache==1.1.8
5
7
6 dogpile.cache==0.9.2
8 decorator==5.1.1
7 dogpile.core==0.4.1
9 dulwich==0.21.3
8 decorator==4.1.2
9 dulwich==0.13.0
10 hgsubversion==1.9.3
10 hgsubversion==1.9.3
11 hg-evolve==10.0.0
11 hg-evolve==11.0.0
12
12
13 mercurial==5.4.1
13 mercurial==6.3.2
14 msgpack-python==0.5.6
14 msgpack-python==0.5.6
15
15
16 pastedeploy==2.1.0
16 pastedeploy==2.1.0
17 pyramid==1.10.4
17 pyramid==2.0.1
18 pygit2==1.2.1
18 pygit2==1.11.1
19
19
20 repoze.lru==0.7
20 repoze.lru==0.7
21 redis==3.5.3
21 redis==4.5.1
22 simplejson==3.16.0
22 simplejson==3.18.3
23 subvertpy==0.10.1
23 subvertpy==0.11.0
24
24
25 six==1.15.0
25 translationstring==1.4
26 translationstring==1.3
26 webob==1.8.7
27 webob==1.8.6
28 zope.deprecation==4.4.0
27 zope.deprecation==4.4.0
29 zope.interface==5.1.0
28 zope.interface==5.5.2
30
29
31 ## http servers
30 ## http servers
32 #gevent==20.6.0
31 #gevent==20.6.0
33 #greenlet==0.4.16
32 #greenlet==0.4.16
34 gunicorn==20.0.4
33 gunicorn==20.1.0
35 waitress==1.4.4
34 waitress==2.1.2
36
35
37 ## test related requirements
36 ## test related requirements
38 -r requirements_test.txt
37 -r requirements_test.txt
@@ -1,19 +1,19 b''
1 # contains not directly required libraries we want to pin the version.
1 # contains not directly required libraries we want to pin the version.
2
2
3 atomicwrites==1.4.0
3 atomicwrites==1.4.1
4 attrs==19.3.0
4 attrs==22.2.0
5 contextlib2==0.6.0.post1
5 contextlib2==21.6.0
6 cffi==1.14.0
6 cffi==1.15.1
7 hupper==1.10.2
7 hupper==1.11
8 importlib-metadata==1.6.1
8 importlib-metadata==6.0.0
9 packaging==20.4
9 packaging==23.0
10 pathlib2==2.3.5
10 pathlib2==2.3.7.post1
11 pygments==2.6.1
11 pygments==2.14.0
12 pyparsing==2.4.7
12 pyparsing==3.0.9
13 psutil==5.7.0
13 psutil==5.9.4
14 pluggy==0.13.1
14 pluggy==1.0.0
15 scandir==1.10.0
15 scandir==1.10.0
16 setproctitle==1.1.10
16 setproctitle==1.3.2
17 venusian==1.2.0
17 venusian==3.0.0
18 wcwidth==0.2.4
18 wcwidth==0.2.6
19 toml==0.10.1
19 toml==0.10.2
@@ -1,16 +1,16 b''
1 # test related requirements
1 # test related requirements
2 pytest==4.6.9
2 pytest==7.2.1
3 py==1.8.1
3 py==1.11.0
4 pytest-cov==2.8.1
4 pytest-cov==4.0.0
5 pytest-sugar==0.9.3
5 pytest-sugar==0.9.6
6 pytest-runner==5.2.0
6 pytest-runner==6.0.0
7 pytest-profiling==1.7.0
7 pytest-profiling==1.7.0
8 pytest-timeout==1.3.3
8 pytest-timeout==2.1.0
9 gprof2dot==2017.9.19
9 gprof2dot==2022.7.29
10
10
11 mock==3.0.5
11 mock==5.0.1
12 cov-core==1.15.0
12 cov-core==1.15.0
13 coverage==4.5.4
13 coverage==7.2.1
14
14
15 webtest==2.0.34
15 webtest==3.0.0
16 beautifulsoup4==4.6.3
16 beautifulsoup4==4.11.2
General Comments 0
You need to be logged in to leave comments. Login now