##// END OF EJS Templates
chore(deps): bumped pytest related deps
super-admin -
r1218:5a5e18ae tip default
parent child Browse files
Show More
@@ -1,77 +1,74 b''
1 1 # deps, generated via pipdeptree --exclude setuptools,wheel,pipdeptree,pip -f | tr '[:upper:]' '[:lower:]'
2 2
3 3 async-timeout==4.0.3
4 4 atomicwrites==1.4.1
5 5 celery==5.3.6
6 6 billiard==4.2.0
7 7 click==8.1.3
8 8 click-didyoumean==0.3.0
9 9 click==8.1.3
10 10 click-plugins==1.1.1
11 11 click==8.1.3
12 12 click-repl==0.2.0
13 13 click==8.1.3
14 14 prompt-toolkit==3.0.38
15 15 wcwidth==0.2.6
16 16 six==1.16.0
17 17 kombu==5.3.5
18 18 amqp==5.2.0
19 19 vine==5.1.0
20 20 vine==5.1.0
21 21 python-dateutil==2.8.2
22 22 six==1.16.0
23 23 tzdata==2024.1
24 24 vine==5.1.0
25 25 contextlib2==21.6.0
26 cov-core==1.15.0
27 coverage==7.2.3
28 26 diskcache==5.6.3
29 27 dogpile.cache==1.3.2
30 28 decorator==5.1.1
31 29 stevedore==5.1.0
32 30 pbr==5.11.1
33 31 dulwich==0.21.6
34 32 urllib3==1.26.14
35 33 gunicorn==21.2.0
36 packaging==23.1
34 packaging==24.0
37 35 hg-evolve==11.0.2
38 36 importlib-metadata==6.0.0
39 37 zipp==3.15.0
40 38 mercurial==6.3.3
41 mock==5.0.2
42 39 more-itertools==9.1.0
43 40 msgpack==1.0.7
44 41 orjson==3.9.15
45 42 psutil==5.9.8
46 43 py==1.11.0
47 44 pygit2==1.13.3
48 45 cffi==1.16.0
49 46 pycparser==2.21
50 47 pygments==2.15.1
51 48 pyparsing==3.1.1
52 49 pyramid==2.0.2
53 50 hupper==1.12
54 51 plaster==1.1.2
55 52 plaster-pastedeploy==1.0.1
56 53 pastedeploy==3.1.0
57 54 plaster==1.1.2
58 55 translationstring==1.4
59 56 venusian==3.0.0
60 57 webob==1.8.7
61 58 zope.deprecation==5.0.0
62 59 zope.interface==6.2.0
63 60 redis==5.0.1
64 61 async-timeout==4.0.3
65 62 repoze.lru==0.7
66 63 scandir==1.10.0
67 64 setproctitle==1.3.3
68 65 subvertpy==0.11.0
69 66 waitress==3.0.0
70 67 wcwidth==0.2.6
71 68
72 69
73 70 ## test related requirements
74 71 #-r requirements_test.txt
75 72
76 73 ## uncomment to add the debug libraries
77 74 #-r requirements_debug.txt
@@ -1,45 +1,48 b''
1 1 # test related requirements
2
3 cov-core==1.15.0
4 coverage==7.2.3
5 mock==5.0.2
6 py==1.11.0
7 pytest-cov==4.0.0
8 coverage==7.2.3
9 pytest==7.3.1
10 attrs==22.2.0
2 mock==5.1.0
3 pytest-cov==4.1.0
4 coverage==7.4.3
5 pytest==8.1.1
11 6 iniconfig==2.0.0
12 packaging==23.1
13 pluggy==1.0.0
7 packaging==24.0
8 pluggy==1.4.0
9 pytest-env==1.1.3
10 pytest==8.1.1
11 iniconfig==2.0.0
12 packaging==24.0
13 pluggy==1.4.0
14 14 pytest-profiling==1.7.0
15 15 gprof2dot==2022.7.29
16 pytest==7.3.1
17 attrs==22.2.0
16 pytest==8.1.1
18 17 iniconfig==2.0.0
19 packaging==23.1
20 pluggy==1.0.0
18 packaging==24.0
19 pluggy==1.4.0
21 20 six==1.16.0
22 pytest-runner==6.0.0
23 pytest-sugar==0.9.7
24 packaging==23.1
25 pytest==7.3.1
26 attrs==22.2.0
21 pytest-rerunfailures==13.0
22 packaging==24.0
23 pytest==8.1.1
27 24 iniconfig==2.0.0
28 packaging==23.1
29 pluggy==1.0.0
30 termcolor==2.3.0
31 pytest-timeout==2.1.0
32 pytest==7.3.1
33 attrs==22.2.0
25 packaging==24.0
26 pluggy==1.4.0
27 pytest-runner==6.0.1
28 pytest-sugar==1.0.0
29 packaging==24.0
30 pytest==8.1.1
34 31 iniconfig==2.0.0
35 packaging==23.1
36 pluggy==1.0.0
32 packaging==24.0
33 pluggy==1.4.0
34 termcolor==2.4.0
35 pytest-timeout==2.3.1
36 pytest==8.1.1
37 iniconfig==2.0.0
38 packaging==24.0
39 pluggy==1.4.0
37 40 webtest==3.0.0
38 beautifulsoup4==4.11.2
39 soupsieve==2.4
41 beautifulsoup4==4.12.3
42 soupsieve==2.5
40 43 waitress==3.0.0
41 44 webob==1.8.7
42 45
43 46 # RhodeCode test-data
44 47 rc_testdata @ https://code.rhodecode.com/upstream/rc-testdata-dist/raw/77378e9097f700b4c1b9391b56199fe63566b5c9/rc_testdata-0.11.0.tar.gz#egg=rc_testdata
45 48 rc_testdata==0.11.0
General Comments 0
You need to be logged in to leave comments. Login now